#AFA966

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

Shades of Gimblet #AFA966

Tints of Gimblet #AFA966

Color information

#AFA966 (or 0xAFA966) is unknown color: approx Gimblet. HEX triplet: AF, A9 and 66. RGB value is (175,169,102). Sum of RGB (Red+Green+Blue) = 175+169+102=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA966 is #505699. Grayscale: #A3A3A3. Windows color (decimal): -5265050 or 6728111. OLE color: 6728111.

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

Color convert

RGB175169102-
CMYK00.030.420.31
HSL55.07º31.33%54.31%-
HSV(B)55.07º41.71%68.63%-
XYZ34.2738.4518.19-
YUV163.1693.49136.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 169 (66.41% from 255) = 37.89%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=39.24%
G=37.89%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516910200.030.420.3155.0731.3354.31
HexAFA966032A1F371f36
Octal257251146035237673766
Binary101011111010100111001100111010101111111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA966; }

 p { color: rgb(175,169,102); }

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

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

 a { background-color: rgb(175,169,102); }

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

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

 span { border-color: rgb(175,169,102); }

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