#AFA760

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

Shades of Gimblet #AFA760

Tints of Gimblet #AFA760

Color information

#AFA760 (or 0xAFA760) is unknown color: approx Gimblet. HEX triplet: AF, A7 and 60. RGB value is (175,167,96). Sum of RGB (Red+Green+Blue) = 175+167+96=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA760 is #50589F. Grayscale: #A1A1A1. Windows color (decimal): -5265568 or 6334383. OLE color: 6334383.

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

Color convert

RGB17516796-
CMYK00.050.450.31
HSL53.92º33.05%53.14%-
HSV(B)53.92º45.14%68.63%-
XYZ33.6137.616.55-
YUV161.391.15137.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=39.95%
G=38.13%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751679600.050.450.3153.9233.0553.14
HexAFA760052D1F362135
Octal257247140055537664165
Binary10101111101001111100000010110110111111110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA760; }

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

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

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

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

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

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

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

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