#AFA05C

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

Shades of Gimblet #AFA05C

Tints of Gimblet #AFA05C

Color information

#AFA05C (or 0xAFA05C) is unknown color: approx Gimblet. HEX triplet: AF, A0 and 5C. RGB value is (175,160,92). Sum of RGB (Red+Green+Blue) = 175+160+92=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA05C is #505FA3. Grayscale: #9D9D9D. Windows color (decimal): -5267364 or 6070447. OLE color: 6070447.

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

Color convert

RGB17516092-
CMYK00.090.470.31
HSL49.16º34.16%52.35%-
HSV(B)49.16º47.43%68.63%-
XYZ32.1835.0315.19-
YUV156.7391.47141.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=40.98%
G=37.47%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751609200.090.470.3149.1634.1652.35
HexAFA05C092F1F312234
Octal2572401340115737614264
Binary101011111010000010111000100110111111111110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA05C; }

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

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

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

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

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

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

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

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