#AFAA64

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

Shades of Gimblet #AFAA64

Tints of Gimblet #AFAA64

Color information

#AFAA64 (or 0xAFAA64) is unknown color: approx Gimblet. HEX triplet: AF, AA and 64. RGB value is (175,170,100). Sum of RGB (Red+Green+Blue) = 175+170+100=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA64 is #50559B. Grayscale: #A3A3A3. Windows color (decimal): -5264796 or 6597295. OLE color: 6597295.

HSL color Cylindrical-coordinate representation of color #AFAA64: hue angle of 56º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFAA64 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB175170100-
CMYK00.030.430.31
HSL56º31.91%53.92%-
HSV(B)56º42.86%68.63%-
XYZ34.3538.7817.73-
YUV163.5192.16136.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=39.33%
G=38.20%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517010000.030.430.315631.9153.92
HexAFAA64032B1F382036
Octal257252144035337704066
Binary1010111110101010110010001110101111111111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA64; }

 p { color: rgb(175,170,100); }

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

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

 a { background-color: rgb(175,170,100); }

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

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

 span { border-color: rgb(175,170,100); }

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