#AFA560

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

Shades of Gimblet #AFA560

Tints of Gimblet #AFA560

Color information

#AFA560 (or 0xAFA560) is unknown color: approx Gimblet. HEX triplet: AF, A5 and 60. RGB value is (175,165,96). Sum of RGB (Red+Green+Blue) = 175+165+96=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA560 is #505A9F. Grayscale: #A0A0A0. Windows color (decimal): -5266080 or 6333871. OLE color: 6333871.

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

Color convert

RGB17516596-
CMYK00.060.450.31
HSL52.41º33.05%53.14%-
HSV(B)52.41º45.14%68.63%-
XYZ33.2536.8716.43-
YUV160.1291.81138.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=40.14%
G=37.84%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751659600.060.450.3152.4133.0553.14
HexAFA560062D1F342135
Octal257245140065537644165
Binary10101111101001011100000011010110111111110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA560; }

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

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

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

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

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

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

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

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