#AFA76C

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

Shades of Gimblet #AFA76C

Tints of Gimblet #AFA76C

Color information

#AFA76C (or 0xAFA76C) is unknown color: approx Gimblet. HEX triplet: AF, A7 and 6C. RGB value is (175,167,108). Sum of RGB (Red+Green+Blue) = 175+167+108=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA76C is #505893. Grayscale: #A2A2A2. Windows color (decimal): -5265556 or 7120815. OLE color: 7120815.

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

Color convert

RGB175167108-
CMYK00.050.380.31
HSL52.84º29.52%55.49%-
HSV(B)52.84º38.29%68.63%-
XYZ34.237.8319.69-
YUV162.6797.15136.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 108 (42.58% from 255) = 24%
R=38.89%
G=37.11%
B=24%

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
Decimal17516710800.050.380.3152.8429.5255.49
HexAFA76C05261F351e37
Octal257247154054637653667
Binary1010111110100111110110001011001101111111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA76C; }

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

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

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

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

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

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

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

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