#AFA663

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

Shades of Gimblet #AFA663

Tints of Gimblet #AFA663

Color information

#AFA663 (or 0xAFA663) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 63. RGB value is (175,166,99). Sum of RGB (Red+Green+Blue) = 175+166+99=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA663 is #50599C. Grayscale: #A1A1A1. Windows color (decimal): -5265821 or 6530735. OLE color: 6530735.

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

Color convert

RGB17516699-
CMYK00.050.430.31
HSL52.89º32.2%53.73%-
HSV(B)52.89º43.43%68.63%-
XYZ33.5737.2917.23-
YUV161.0592.98137.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 99 (39.06% from 255) = 22.5%
R=39.77%
G=37.73%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751669900.050.430.3152.8932.253.73
HexAFA663052B1F352036
Octal257246143055337654066
Binary10101111101001101100011010110101111111110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA663; }

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

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

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

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

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

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

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

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