#AFA166

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

Shades of Gimblet #AFA166

Tints of Gimblet #AFA166

Color information

#AFA166 (or 0xAFA166) is unknown color: approx Gimblet. HEX triplet: AF, A1 and 66. RGB value is (175,161,102). Sum of RGB (Red+Green+Blue) = 175+161+102=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA166 is #505E99. Grayscale: #9E9E9E. Windows color (decimal): -5267098 or 6726063. OLE color: 6726063.

HSL color Cylindrical-coordinate representation of color #AFA166: hue angle of 48.49º 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 #AFA166 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175161102-
CMYK00.080.420.31
HSL48.49º31.33%54.31%-
HSV(B)48.49º41.71%68.63%-
XYZ32.8235.5617.7-
YUV158.4696.14139.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=39.95%
G=36.76%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516110200.080.420.3148.4931.3354.31
HexAFA166082A1F301f36
Octal2572411460105237603766
Binary10101111101000011100110010001010101111111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA166; }

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

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

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

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

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

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

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

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