#AF9645

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

Shades of Husk #AF9645

Tints of Husk #AF9645

Color information

#AF9645 (or 0xAF9645) is unknown color: approx Husk. HEX triplet: AF, 96 and 45. RGB value is (175,150,69). Sum of RGB (Red+Green+Blue) = 175+150+69=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9645 is #5069BA. Grayscale: #949494. Windows color (decimal): -5269947 or 4560559. OLE color: 4560559.

HSL color Cylindrical-coordinate representation of color #AF9645: hue angle of 45.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF9645 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17515069-
CMYK00.140.610.31
HSL45.85º43.44%47.84%-
HSV(B)45.85º60.57%68.63%-
XYZ29.6631.3610.12-
YUV148.2483.28147.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=44.42%
G=38.07%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751506900.140.610.3145.8543.4447.84
HexAF96450E3D1F2e2b30
Octal2572261050167537565360
Binary101011111001011010001010111011110111111101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9645; }

 p { color: rgb(175,150,69); }

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

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

 a { background-color: rgb(175,150,69); }

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

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

 span { border-color: rgb(175,150,69); }

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