#AFA960

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

Shades of Gimblet #AFA960

Tints of Gimblet #AFA960

Color information

#AFA960 (or 0xAFA960) is unknown color: approx Gimblet. HEX triplet: AF, A9 and 60. RGB value is (175,169,96). Sum of RGB (Red+Green+Blue) = 175+169+96=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA960 is #50569F. Grayscale: #A2A2A2. Windows color (decimal): -5265056 or 6334895. OLE color: 6334895.

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

Color convert

RGB17516996-
CMYK00.030.450.31
HSL55.44º33.05%53.14%-
HSV(B)55.44º45.14%68.63%-
XYZ33.9838.3316.67-
YUV162.4790.49136.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=39.77%
G=38.41%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751699600.030.450.3155.4433.0553.14
HexAFA960032D1F372135
Octal257251140035537674165
Binary1010111110101001110000001110110111111110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA960; }

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

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

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

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

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

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

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

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