#AFA95F

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

Shades of Gimblet #AFA95F

Tints of Gimblet #AFA95F

Color information

#AFA95F (or 0xAFA95F) is unknown color: approx Gimblet. HEX triplet: AF, A9 and 5F. RGB value is (175,169,95). Sum of RGB (Red+Green+Blue) = 175+169+95=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA95F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA95F is #5056A0. Grayscale: #A2A2A2. Windows color (decimal): -5265057 or 6269359. OLE color: 6269359.

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

Color convert

RGB17516995-
CMYK00.030.460.31
HSL55.5º33.33%52.94%-
HSV(B)55.5º45.71%68.63%-
XYZ33.9338.3216.43-
YUV162.3689.99137.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=39.86%
G=38.50%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751699500.030.460.3155.533.3352.94
HexAFA95F032E1F382135
Octal257251137035637704165
Binary1010111110101001101111101110111011111111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA95F; }

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

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

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

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

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

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

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

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