#AFA76B

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

Shades of Gimblet #AFA76B

Tints of Gimblet #AFA76B

Color information

#AFA76B (or 0xAFA76B) is unknown color: approx Gimblet. HEX triplet: AF, A7 and 6B. RGB value is (175,167,107). Sum of RGB (Red+Green+Blue) = 175+167+107=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA76B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA76B is #505894. Grayscale: #A2A2A2. Windows color (decimal): -5265557 or 7055279. OLE color: 7055279.

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

Color convert

RGB175167107-
CMYK00.050.390.31
HSL52.94º29.82%55.29%-
HSV(B)52.94º38.86%68.63%-
XYZ34.1537.8119.41-
YUV162.5596.65136.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 107 (42.19% from 255) = 23.83%
R=38.98%
G=37.19%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516710700.050.390.3152.9429.8255.29
HexAFA76B05271F351e37
Octal257247153054737653667
Binary1010111110100111110101101011001111111111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA76B; }

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

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

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

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

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

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

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

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