#AF9C5A

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

Shades of Husk #AF9C5A

Tints of Husk #AF9C5A

Color information

#AF9C5A (or 0xAF9C5A) is unknown color: approx Husk. HEX triplet: AF, 9C and 5A. RGB value is (175,156,90). Sum of RGB (Red+Green+Blue) = 175+156+90=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C5A is #5063A5. Grayscale: #9A9A9A. Windows color (decimal): -5268390 or 5938351. OLE color: 5938351.

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

Color convert

RGB17515690-
CMYK00.110.490.31
HSL46.59º34.69%51.96%-
HSV(B)46.59º48.57%68.63%-
XYZ31.4133.6314.51-
YUV154.1691.79142.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=41.57%
G=37.05%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751569000.110.490.3146.5934.6951.96
HexAF9C5A0B311F2f2334
Octal2572341320136137574364
Binary101011111001110010110100101111000111111101111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C5A; }

 p { color: rgb(175,156,90); }

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

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

 a { background-color: rgb(175,156,90); }

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

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

 span { border-color: rgb(175,156,90); }

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