#AFA15F

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

Shades of Gimblet #AFA15F

Tints of Gimblet #AFA15F

Color information

#AFA15F (or 0xAFA15F) is unknown color: approx Gimblet. HEX triplet: AF, A1 and 5F. RGB value is (175,161,95). Sum of RGB (Red+Green+Blue) = 175+161+95=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA15F is #505EA0. Grayscale: #9D9D9D. Windows color (decimal): -5267105 or 6267311. OLE color: 6267311.

HSL color Cylindrical-coordinate representation of color #AFA15F: hue angle of 49.5º 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 #AFA15F is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17516195-
CMYK00.080.460.31
HSL49.5º33.33%52.94%-
HSV(B)49.5º45.71%68.63%-
XYZ32.4935.4315.95-
YUV157.6692.64140.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=40.60%
G=37.35%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751619500.080.460.3149.533.3352.94
HexAFA15F082E1F322135
Octal2572411370105637624165
Binary101011111010000110111110100010111011111110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA15F; }

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

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

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

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

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

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

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

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