#AF9E5E

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

Shades of Gimblet #AF9E5E

Tints of Gimblet #AF9E5E

Color information

#AF9E5E (or 0xAF9E5E) is unknown color: approx Gimblet. HEX triplet: AF, 9E and 5E. RGB value is (175,158,94). Sum of RGB (Red+Green+Blue) = 175+158+94=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E5E is #5061A1. Grayscale: #9C9C9C. Windows color (decimal): -5267874 or 6201007. OLE color: 6201007.

HSL color Cylindrical-coordinate representation of color #AF9E5E: hue angle of 47.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF9E5E is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17515894-
CMYK00.100.460.31
HSL47.41º33.61%52.75%-
HSV(B)47.41º46.29%68.63%-
XYZ31.9334.3815.54-
YUV155.7993.13141.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=40.98%
G=37.00%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751589400.100.460.3147.4133.6152.75
HexAF9E5E0A2E1F2f2235
Octal2572361360125637574265
Binary101011111001111010111100101010111011111101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E5E; }

 p { color: rgb(175,158,94); }

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

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

 a { background-color: rgb(175,158,94); }

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

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

 span { border-color: rgb(175,158,94); }

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