#AFA56C

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

Shades of Gimblet #AFA56C

Tints of Gimblet #AFA56C

Color information

#AFA56C (or 0xAFA56C) is unknown color: approx Gimblet. HEX triplet: AF, A5 and 6C. RGB value is (175,165,108). Sum of RGB (Red+Green+Blue) = 175+165+108=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA56C is #505A93. Grayscale: #A1A1A1. Windows color (decimal): -5266068 or 7120303. OLE color: 7120303.

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

Color convert

RGB175165108-
CMYK00.060.380.31
HSL51.04º29.52%55.49%-
HSV(B)51.04º38.29%68.63%-
XYZ33.8437.1119.57-
YUV161.4997.81137.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=39.06%
G=36.83%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516510800.060.380.3151.0429.5255.49
HexAFA56C06261F331e37
Octal257245154064637633667
Binary1010111110100101110110001101001101111111001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA56C; }

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

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

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

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

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

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

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

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