#AFAA63

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

Shades of Gimblet #AFAA63

Tints of Gimblet #AFAA63

Color information

#AFAA63 (or 0xAFAA63) is unknown color: approx Gimblet. HEX triplet: AF, AA and 63. RGB value is (175,170,99). Sum of RGB (Red+Green+Blue) = 175+170+99=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA63 is #50559C. Grayscale: #A3A3A3. Windows color (decimal): -5264797 or 6531759. OLE color: 6531759.

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

Color convert

RGB17517099-
CMYK00.030.430.31
HSL56.05º32.2%53.73%-
HSV(B)56.05º43.43%68.63%-
XYZ34.3138.7617.48-
YUV163.491.66136.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=39.41%
G=38.29%
B=22.30%

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
Decimal1751709900.030.430.3156.0532.253.73
HexAFAA63032B1F382036
Octal257252143035337704066
Binary1010111110101010110001101110101111111111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA63; }

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

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

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

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

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

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

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

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