#AFA260

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

Shades of Gimblet #AFA260

Tints of Gimblet #AFA260

Color information

#AFA260 (or 0xAFA260) is unknown color: approx Gimblet. HEX triplet: AF, A2 and 60. RGB value is (175,162,96). Sum of RGB (Red+Green+Blue) = 175+162+96=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA260 is #505D9F. Grayscale: #9E9E9E. Windows color (decimal): -5266848 or 6333103. OLE color: 6333103.

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

Color convert

RGB17516296-
CMYK00.070.450.31
HSL50.13º33.05%53.14%-
HSV(B)50.13º45.14%68.63%-
XYZ32.7135.816.25-
YUV158.3692.81139.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 162 (63.67% from 255) = 37.41%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=40.42%
G=37.41%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751629600.070.450.3150.1333.0553.14
HexAFA260072D1F322135
Octal257242140075537624165
Binary10101111101000101100000011110110111111110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA260; }

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

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

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

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

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

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

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

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