#AFA063

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

Shades of Gimblet #AFA063

Tints of Gimblet #AFA063

Color information

#AFA063 (or 0xAFA063) is unknown color: approx Gimblet. HEX triplet: AF, A0 and 63. RGB value is (175,160,99). Sum of RGB (Red+Green+Blue) = 175+160+99=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA063 is #505F9C. Grayscale: #9D9D9D. Windows color (decimal): -5267357 or 6529199. OLE color: 6529199.

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

Color convert

RGB17516099-
CMYK00.090.430.31
HSL48.16º32.2%53.73%-
HSV(B)48.16º43.43%68.63%-
XYZ32.535.1616.88-
YUV157.5394.97140.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=40.32%
G=36.87%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751609900.090.430.3148.1632.253.73
HexAFA063092B1F302036
Octal2572401430115337604066
Binary101011111010000011000110100110101111111110000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA063; }

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

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

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

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

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

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

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

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