#AFA866

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

Shades of Gimblet #AFA866

Tints of Gimblet #AFA866

Color information

#AFA866 (or 0xAFA866) is unknown color: approx Gimblet. HEX triplet: AF, A8 and 66. RGB value is (175,168,102). Sum of RGB (Red+Green+Blue) = 175+168+102=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA866 is #505799. Grayscale: #A2A2A2. Windows color (decimal): -5265306 or 6727855. OLE color: 6727855.

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

Color convert

RGB175168102-
CMYK00.040.420.31
HSL54.25º31.33%54.31%-
HSV(B)54.25º41.71%68.63%-
XYZ34.0838.0818.12-
YUV162.5793.82136.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=39.33%
G=37.75%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516810200.040.420.3154.2531.3354.31
HexAFA866042A1F361f36
Octal257250146045237663766
Binary1010111110101000110011001001010101111111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA866; }

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

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

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

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

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

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

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

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