Html Css Color HEX #AFA24E Husk

📋 copy color: '#AFA24E'

red 175 ◦ green 162 ◦ blue 78

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

Shades of Husk #AFA24E

Tints of Husk #AFA24E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 42.17%
G = 39.04%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AFA24E (or 0xAFA24E) is known color: Husk. HEX triplet: AF, A2 and 4E. RGB value is (175,162,78). Sum of RGB (Red+Green+Blue) = 175+162+78=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA24E is #505DB1. Grayscale: #9C9C9C. Windows color (decimal): -5266866 or 5153455. OLE color: 5153455.

HSL color Cylindrical-coordinate representation of color #AFA24E: hue angle of 51.96º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFA24E is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 78 -
CMYK 0 0.07 0.55 0.31
HSL 51.96º 0.38% 0.5% -
HSV(B) 51.96º 0.55% 0.69% -
XYZ 31.97 35.5 12.38 -
YUV 156.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 175 162 78 0 0.07 0.55 0.31 51.96 0.38 0.5
Hex AF A2 4E 0 7 37 1F 34 26 32
Octal 257 242 116 0 7 67 37 64 46 62
Binary 10101111 10100010 1001110 0 111 110111 11111 110100 100110 110010

Color Harmonies of #AFA24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA24E

Black with #AFA24E

Text Example


Text Example

White with #AFA24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA24E; }

 p { color: rgb(175,162,78); }

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

background-color css

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

 a { background-color: rgb(175,162,78); }

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

border-color css

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

 span { border-color: rgb(175,162,78); }

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