#AF924C

Color #AF924C Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AF924C

Tints of Husk #AF924C

Color information

#AF924C (or 0xAF924C) is unknown color: approx Husk. HEX triplet: AF, 92 and 4C. RGB value is (175,146,76). Sum of RGB (Red+Green+Blue) = 175+146+76=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF924C is #506DB3. Grayscale: #939393. Windows color (decimal): -5270964 or 5018287. OLE color: 5018287.

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

Color convert

RGB17514676-
CMYK00.170.570.31
HSL42.42º39.44%49.22%-
HSV(B)42.42º56.57%68.63%-
XYZ29.2630.1911.12-
YUV146.6988.11148.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=44.08%
G=36.78%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751467600.170.570.3142.4239.4449.22
HexAF924C011391F2a2731
Octal2572221140217137524761
Binary1010111110010010100110001000111100111111101010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF924C; }

 p { color: rgb(175,146,76); }

 H1.HeaderClassName
 {
   color: #AF924C;
 }
 .AnyTagClassName
 {
   color: #AF924C;
 }
</style>
background-color css

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

 a { background-color: rgb(175,146,76); }

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

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

 span { border-color: rgb(175,146,76); }

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