#AFA66C

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

Shades of Gimblet #AFA66C

Tints of Gimblet #AFA66C

Color information

#AFA66C (or 0xAFA66C) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 6C. RGB value is (175,166,108). Sum of RGB (Red+Green+Blue) = 175+166+108=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA66C is #505993. Grayscale: #A2A2A2. Windows color (decimal): -5265812 or 7120559. OLE color: 7120559.

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

Color convert

RGB175166108-
CMYK00.050.380.31
HSL51.94º29.52%55.49%-
HSV(B)51.94º38.29%68.63%-
XYZ34.0237.4719.63-
YUV162.0897.48137.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=38.98%
G=36.97%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516610800.050.380.3151.9429.5255.49
HexAFA66C05261F341e37
Octal257246154054637643667
Binary1010111110100110110110001011001101111111010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA66C; }

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

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

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

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

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

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

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

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