#AFA76D

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

Shades of Gimblet #AFA76D

Tints of Gimblet #AFA76D

Color information

#AFA76D (or 0xAFA76D) is unknown color: approx Gimblet. HEX triplet: AF, A7 and 6D. RGB value is (175,167,109). Sum of RGB (Red+Green+Blue) = 175+167+109=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA76D is #505892. Grayscale: #A3A3A3. Windows color (decimal): -5265555 or 7186351. OLE color: 7186351.

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

Color convert

RGB175167109-
CMYK00.050.380.31
HSL52.73º29.2%55.69%-
HSV(B)52.73º37.71%68.63%-
XYZ34.2637.8619.97-
YUV162.7897.65136.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=38.80%
G=37.03%
B=24.17%

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
Decimal17516710900.050.380.3152.7329.255.69
HexAFA76D05261F351d38
Octal257247155054637653570
Binary1010111110100111110110101011001101111111010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA76D; }

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

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

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

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

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

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

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

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