Html Css Color HEX #AFA24F Husk

📋 copy color: '#AFA24F'

red 175 ◦ green 162 ◦ blue 79

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

Shades of Husk #AFA24F

Tints of Husk #AFA24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 42.07%
G = 38.94%
B = 18.99%

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

#AFA24F (or 0xAFA24F) is known color: Husk. HEX triplet: AF, A2 and 4F. RGB value is (175,162,79). Sum of RGB (Red+Green+Blue) = 175+162+79=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA24F is #505DB0. Grayscale: #9C9C9C. Windows color (decimal): -5266865 or 5218991. OLE color: 5218991.

HSL color Cylindrical-coordinate representation of color #AFA24F: hue angle of 51.88º 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 #AFA24F is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 79 -
CMYK 0 0.07 0.55 0.31
HSL 51.88º 0.38% 0.5% -
HSV(B) 51.88º 0.55% 0.69% -
XYZ 32.01 35.52 12.57 -
YUV 156.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 175 162 79 0 0.07 0.55 0.31 51.88 0.38 0.5
Hex AF A2 4F 0 7 37 1F 34 26 32
Octal 257 242 117 0 7 67 37 64 46 62
Binary 10101111 10100010 1001111 0 111 110111 11111 110100 100110 110010

Color Harmonies of #AFA24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA24F

Black with #AFA24F

Text Example


Text Example

White with #AFA24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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