#AFA56E

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

Shades of Gimblet #AFA56E

Tints of Gimblet #AFA56E

Color information

#AFA56E (or 0xAFA56E) is unknown color: approx Gimblet. HEX triplet: AF, A5 and 6E. RGB value is (175,165,110). Sum of RGB (Red+Green+Blue) = 175+165+110=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA56E is #505A91. Grayscale: #A1A1A1. Windows color (decimal): -5266066 or 7251375. OLE color: 7251375.

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

Color convert

RGB175165110-
CMYK00.060.370.31
HSL50.77º28.89%55.88%-
HSV(B)50.77º37.14%68.63%-
XYZ33.9537.1520.13-
YUV161.7298.81137.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=38.89%
G=36.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516511000.060.370.3150.7728.8955.88
HexAFA56E06251F331d38
Octal257245156064537633570
Binary1010111110100101110111001101001011111111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA56E; }

 p { color: rgb(175,165,110); }

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

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

 a { background-color: rgb(175,165,110); }

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

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

 span { border-color: rgb(175,165,110); }

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