#AFA656

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

Shades of Gimblet #AFA656

Tints of Gimblet #AFA656

Color information

#AFA656 (or 0xAFA656) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 56. RGB value is (175,166,86). Sum of RGB (Red+Green+Blue) = 175+166+86=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA656 is #5059A9. Grayscale: #9F9F9F. Windows color (decimal): -5265834 or 5678767. OLE color: 5678767.

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

Color convert

RGB17516686-
CMYK00.050.510.31
HSL53.93º35.74%51.18%-
HSV(B)53.93º50.86%68.63%-
XYZ3337.0614.22-
YUV159.5786.48139-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 86 (33.98% from 255) = 20.14%
R=40.98%
G=38.88%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751668600.050.510.3153.9335.7451.18
HexAFA65605331F362433
Octal257246126056337664463
Binary10101111101001101010110010111001111111110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA656; }

 p { color: rgb(175,166,86); }

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

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

 a { background-color: rgb(175,166,86); }

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

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

 span { border-color: rgb(175,166,86); }

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