#AFA76A

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

Shades of Gimblet #AFA76A

Tints of Gimblet #AFA76A

Color information

#AFA76A (or 0xAFA76A) is unknown color: approx Gimblet. HEX triplet: AF, A7 and 6A. RGB value is (175,167,106). Sum of RGB (Red+Green+Blue) = 175+167+106=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA76A is #505895. Grayscale: #A2A2A2. Windows color (decimal): -5265558 or 6989743. OLE color: 6989743.

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

Color convert

RGB175167106-
CMYK00.050.390.31
HSL53.04º30.13%55.1%-
HSV(B)53.04º39.43%68.63%-
XYZ34.137.7919.13-
YUV162.4496.15136.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 167 (65.62% from 255) = 37.28%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=39.06%
G=37.28%
B=23.66%

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
Decimal17516710600.050.390.3153.0430.1355.1
HexAFA76A05271F351e37
Octal257247152054737653667
Binary1010111110100111110101001011001111111111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA76A; }

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

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

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

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

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

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

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

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