#AF924A

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

Shades of Husk #AF924A

Tints of Husk #AF924A

Color information

#AF924A (or 0xAF924A) is unknown color: approx Husk. HEX triplet: AF, 92 and 4A. RGB value is (175,146,74). Sum of RGB (Red+Green+Blue) = 175+146+74=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF924A is #506DB5. Grayscale: #929292. Windows color (decimal): -5270966 or 4887215. OLE color: 4887215.

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

Color convert

RGB17514674-
CMYK00.170.580.31
HSL42.77º40.56%48.82%-
HSV(B)42.77º57.71%68.63%-
XYZ29.1930.1710.76-
YUV146.4687.11148.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=44.30%
G=36.96%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751467400.170.580.3142.7740.5648.82
HexAF924A0113A1F2b2931
Octal2572221120217237535161
Binary1010111110010010100101001000111101011111101011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF924A; }

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

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

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

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

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

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

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

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