#AF9F66

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

Shades of Gimblet #AF9F66

Tints of Gimblet #AF9F66

Color information

#AF9F66 (or 0xAF9F66) is unknown color: approx Gimblet. HEX triplet: AF, 9F and 66. RGB value is (175,159,102). Sum of RGB (Red+Green+Blue) = 175+159+102=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F66 is #506099. Grayscale: #9D9D9D. Windows color (decimal): -5267610 or 6725551. OLE color: 6725551.

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

Color convert

RGB175159102-
CMYK00.090.420.31
HSL46.85º31.33%54.31%-
HSV(B)46.85º41.71%68.63%-
XYZ32.4834.8717.59-
YUV157.2996.8140.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=40.14%
G=36.47%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515910200.090.420.3146.8531.3354.31
HexAF9F66092A1F2f1f36
Octal2572371460115237573766
Binary10101111100111111100110010011010101111110111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F66; }

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

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

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

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

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

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

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

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