Html Css Color HEX #AFA059 Husk

📋 copy color: '#AFA059'

red 175 ◦ green 160 ◦ blue 89

#AFA059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #AFA059

Tints of Husk #AFA059

RGB

 RED value IS 175 (68.75% from 255) = 41.27%

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 41.27%
G = 37.74%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFA059 (or 0xAFA059) is known color: Husk. HEX triplet: AF, A0 and 59. RGB value is (175,160,89). Sum of RGB (Red+Green+Blue) = 175+160+89=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA059 is #505FA6. Grayscale: #9C9C9C. Windows color (decimal): -5267367 or 5873839. OLE color: 5873839.

HSL color Cylindrical-coordinate representation of color #AFA059: hue angle of 49.53º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFA059 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 89 -
CMYK 0 0.09 0.49 0.31
HSL 49.53º 0.35% 0.52% -
HSV(B) 49.53º 0.49% 0.69% -
XYZ 32.05 34.98 14.51 -
YUV 156.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 175 160 89 0 0.09 0.49 0.31 49.53 0.35 0.52
Hex AF A0 59 0 9 31 1F 32 23 34
Octal 257 240 131 0 11 61 37 62 43 64
Binary 10101111 10100000 1011001 0 1001 110001 11111 110010 100011 110100

Color Harmonies of #AFA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA059

Black with #AFA059

Text Example


Text Example

White with #AFA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA059; }

 p { color: rgb(175,160,89); }

 H1.HeaderClassName
 {
   color: #AFA059;
 }
 .AnyTagClassName
 {
   color: #AFA059;
 }
</style>

background-color css

<style>
 a { background-color: #AFA059; }

 a { background-color: rgb(175,160,89); }

 div.DivClassName
 {
   background-color: #AFA059;
 }
 .BgClassName
 {
   background-color: #AFA059;
 }
</style>

border-color css

<style>
 span { border-color: #AFA059; }

 span { border-color: rgb(175,160,89); }

 td.TdClassName
 {
   border-color: #AFA059;
 }
 .TagClassName
 {
   border-color: #AFA059;
 }
</style>