#AFA666

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

Shades of Gimblet #AFA666

Tints of Gimblet #AFA666

Color information

#AFA666 (or 0xAFA666) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 66. RGB value is (175,166,102). Sum of RGB (Red+Green+Blue) = 175+166+102=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA666 is #505999. Grayscale: #A1A1A1. Windows color (decimal): -5265818 or 6727343. OLE color: 6727343.

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

Color convert

RGB175166102-
CMYK00.050.420.31
HSL52.6º31.33%54.31%-
HSV(B)52.6º41.71%68.63%-
XYZ33.7137.3518-
YUV161.3994.48137.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=39.50%
G=37.47%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516610200.050.420.3152.631.3354.31
HexAFA666052A1F351f36
Octal257246146055237653766
Binary1010111110100110110011001011010101111111010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA666; }

 p { color: rgb(175,166,102); }

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

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

 a { background-color: rgb(175,166,102); }

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

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

 span { border-color: rgb(175,166,102); }

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