#af924e

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

Shades of Husk #AF924E

Tints of Husk #AF924E

Color information

#AF924E (or 0xAF924E) is unknown color: approx Husk. HEX triplet: AF, 92 and 4E. RGB value is (175,146,78). Sum of RGB (Red+Green+Blue) = 175+146+78=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF924E is #506DB1. Grayscale: #939393. Windows color (decimal): -5270962 or 5149359. OLE color: 5149359.

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

Color convert

RGB17514678-
CMYK00.170.550.31
HSL42.06º38.34%49.61%-
HSV(B)42.06º55.43%68.63%-
XYZ29.3330.2211.5-
YUV146.9289.11148.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=43.86%
G=36.59%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751467800.170.550.3142.0638.3449.61
HexAF924E011371F2a2632
Octal2572221160216737524662
Binary1010111110010010100111001000111011111111101010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af924e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af924e; }

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

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

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

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

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

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

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

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