#AF9757

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

Shades of Husk #AF9757

Tints of Husk #AF9757

Color information

#AF9757 (or 0xAF9757) is unknown color: approx Husk. HEX triplet: AF, 97 and 57. RGB value is (175,151,87). Sum of RGB (Red+Green+Blue) = 175+151+87=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9757 is #5068A8. Grayscale: #979797. Windows color (decimal): -5269673 or 5740463. OLE color: 5740463.

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

Color convert

RGB17515187-
CMYK00.140.500.31
HSL43.64º35.48%51.37%-
HSV(B)43.64º50.29%68.63%-
XYZ30.4731.9413.58-
YUV150.8891.95145.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 87 (34.38% from 255) = 21.07%
R=42.37%
G=36.56%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751518700.140.500.3143.6435.4851.37
HexAF97570E321F2c2333
Octal2572271270166237544363
Binary101011111001011110101110111011001011111101100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9757; }

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

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

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

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

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

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

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

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