#AFA664

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

Shades of Gimblet #AFA664

Tints of Gimblet #AFA664

Color information

#AFA664 (or 0xAFA664) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 64. RGB value is (175,166,100). Sum of RGB (Red+Green+Blue) = 175+166+100=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA664 is #50599B. Grayscale: #A1A1A1. Windows color (decimal): -5265820 or 6596271. OLE color: 6596271.

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

Color convert

RGB175166100-
CMYK00.050.430.31
HSL52.8º31.91%53.92%-
HSV(B)52.8º42.86%68.63%-
XYZ33.6237.3117.49-
YUV161.1793.48137.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=39.68%
G=37.64%
B=22.68%

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
Decimal17516610000.050.430.3152.831.9153.92
HexAFA664052B1F352036
Octal257246144055337654066
Binary10101111101001101100100010110101111111110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA664; }

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

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

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

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

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

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

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

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