#AF9753

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

Shades of Husk #AF9753

Tints of Husk #AF9753

Color information

#AF9753 (or 0xAF9753) is unknown color: approx Husk. HEX triplet: AF, 97 and 53. RGB value is (175,151,83). Sum of RGB (Red+Green+Blue) = 175+151+83=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9753 is #5068AC. Grayscale: #969696. Windows color (decimal): -5269677 or 5478319. OLE color: 5478319.

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

Color convert

RGB17515183-
CMYK00.140.530.31
HSL44.35º36.51%50.59%-
HSV(B)44.35º52.57%68.63%-
XYZ30.3131.8712.74-
YUV150.4289.95145.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 83 (32.81% from 255) = 20.29%
R=42.79%
G=36.92%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751518300.140.530.3144.3536.5150.59
HexAF97530E351F2c2533
Octal2572271230166537544563
Binary101011111001011110100110111011010111111101100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9753; }

 p { color: rgb(175,151,83); }

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

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

 a { background-color: rgb(175,151,83); }

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

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

 span { border-color: rgb(175,151,83); }

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