#AF9F5F

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

Shades of Gimblet #AF9F5F

Tints of Gimblet #AF9F5F

Color information

#AF9F5F (or 0xAF9F5F) is unknown color: approx Gimblet. HEX triplet: AF, 9F and 5F. RGB value is (175,159,95). Sum of RGB (Red+Green+Blue) = 175+159+95=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F5F is #5060A0. Grayscale: #9C9C9C. Windows color (decimal): -5267617 or 6266799. OLE color: 6266799.

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

Color convert

RGB17515995-
CMYK00.090.460.31
HSL48º33.33%52.94%-
HSV(B)48º45.71%68.63%-
XYZ32.1434.7415.84-
YUV156.4993.3141.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=40.79%
G=37.06%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751599500.090.460.314833.3352.94
HexAF9F5F092E1F302135
Octal2572371370115637604165
Binary101011111001111110111110100110111011111110000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F5F; }

 p { color: rgb(175,159,95); }

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

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

 a { background-color: rgb(175,159,95); }

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

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

 span { border-color: rgb(175,159,95); }

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