#AFA05F

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

Shades of Gimblet #AFA05F

Tints of Gimblet #AFA05F

Color information

#AFA05F (or 0xAFA05F) is unknown color: approx Gimblet. HEX triplet: AF, A0 and 5F. RGB value is (175,160,95). Sum of RGB (Red+Green+Blue) = 175+160+95=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA05F is #505FA0. Grayscale: #9D9D9D. Windows color (decimal): -5267361 or 6267055. OLE color: 6267055.

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

Color convert

RGB17516095-
CMYK00.090.460.31
HSL48.75º33.33%52.94%-
HSV(B)48.75º45.71%68.63%-
XYZ32.3235.0815.89-
YUV157.0792.97140.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=40.70%
G=37.21%
B=22.09%

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
Decimal1751609500.090.460.3148.7533.3352.94
HexAFA05F092E1F312135
Octal2572401370115637614165
Binary101011111010000010111110100110111011111110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA05F; }

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

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

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

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

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

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

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

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