Html Css Color HEX #AFA04D Husk

📋 copy color: '#AFA04D'

red 175 ◦ green 160 ◦ blue 77

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

Shades of Husk #AFA04D

Tints of Husk #AFA04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 42.48%
G = 38.83%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AFA04D (or 0xAFA04D) is known color: Husk. HEX triplet: AF, A0 and 4D. RGB value is (175,160,77). Sum of RGB (Red+Green+Blue) = 175+160+77=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA04D is #505FB2. Grayscale: #9B9B9B. Windows color (decimal): -5267379 or 5087407. OLE color: 5087407.

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

Color convert

RGB 175 160 77 -
CMYK 0 0.09 0.56 0.31
HSL 50.82º 0.39% 0.49% -
HSV(B) 50.82º 0.56% 0.69% -
XYZ 31.59 34.79 12.07 -
YUV 155.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 175 160 77 0 0.09 0.56 0.31 50.82 0.39 0.49
Hex AF A0 4D 0 9 38 1F 33 27 31
Octal 257 240 115 0 11 70 37 63 47 61
Binary 10101111 10100000 1001101 0 1001 111000 11111 110011 100111 110001

Color Harmonies of #AFA04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA04D

Black with #AFA04D

Text Example


Text Example

White with #AFA04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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