#AFA66D

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

Shades of Gimblet #AFA66D

Tints of Gimblet #AFA66D

Color information

#AFA66D (or 0xAFA66D) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 6D. RGB value is (175,166,109). Sum of RGB (Red+Green+Blue) = 175+166+109=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA66D is #505992. Grayscale: #A2A2A2. Windows color (decimal): -5265811 or 7186095. OLE color: 7186095.

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

Color convert

RGB175166109-
CMYK00.050.380.31
HSL51.82º29.2%55.69%-
HSV(B)51.82º37.71%68.63%-
XYZ34.0837.4919.91-
YUV162.1997.98137.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=38.89%
G=36.89%
B=24.22%

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
Decimal17516610900.050.380.3151.8229.255.69
HexAFA66D05261F341d38
Octal257246155054637643570
Binary1010111110100110110110101011001101111111010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA66D; }

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

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

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

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

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

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

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

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