#AFA66A

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

Shades of Gimblet #AFA66A

Tints of Gimblet #AFA66A

Color information

#AFA66A (or 0xAFA66A) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 6A. RGB value is (175,166,106). Sum of RGB (Red+Green+Blue) = 175+166+106=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA66A is #505995. Grayscale: #A2A2A2. Windows color (decimal): -5265814 or 6989487. OLE color: 6989487.

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

Color convert

RGB175166106-
CMYK00.050.390.31
HSL52.17º30.13%55.1%-
HSV(B)52.17º39.43%68.63%-
XYZ33.9237.4319.07-
YUV161.8596.48137.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=39.15%
G=37.14%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516610600.050.390.3152.1730.1355.1
HexAFA66A05271F341e37
Octal257246152054737643667
Binary1010111110100110110101001011001111111111010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA66A; }

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

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

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

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

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

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

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

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