#AF9A4B

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

Shades of Husk #AF9A4B

Tints of Husk #AF9A4B

Color information

#AF9A4B (or 0xAF9A4B) is unknown color: approx Husk. HEX triplet: AF, 9A and 4B. RGB value is (175,154,75). Sum of RGB (Red+Green+Blue) = 175+154+75=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A4B is #5065B4. Grayscale: #979797. Windows color (decimal): -5268917 or 4954799. OLE color: 4954799.

HSL color Cylindrical-coordinate representation of color #AF9A4B: hue angle of 47.4º degrees, saturation: 0.4, 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 #AF9A4B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17515475-
CMYK00.120.570.31
HSL47.4º40%49.02%-
HSV(B)47.4º57.14%68.63%-
XYZ30.532.7311.37-
YUV151.2784.96144.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=43.32%
G=38.12%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751547500.120.570.3147.44049.02
HexAF9A4B0C391F2f2831
Octal2572321130147137575061
Binary101011111001101010010110110011100111111101111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A4B; }

 p { color: rgb(175,154,75); }

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

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

 a { background-color: rgb(175,154,75); }

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

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

 span { border-color: rgb(175,154,75); }

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