#AF9E63

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

Shades of Gimblet #AF9E63

Tints of Gimblet #AF9E63

Color information

#AF9E63 (or 0xAF9E63) is unknown color: approx Gimblet. HEX triplet: AF, 9E and 63. RGB value is (175,158,99). Sum of RGB (Red+Green+Blue) = 175+158+99=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E63 is #50619C. Grayscale: #9C9C9C. Windows color (decimal): -5267869 or 6528687. OLE color: 6528687.

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

Color convert

RGB17515899-
CMYK00.100.430.31
HSL46.58º32.2%53.73%-
HSV(B)46.58º43.43%68.63%-
XYZ32.1634.4716.76-
YUV156.3695.63141.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 99 (39.06% from 255) = 22.92%
R=40.51%
G=36.57%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751589900.100.430.3146.5832.253.73
HexAF9E630A2B1F2f2036
Octal2572361430125337574066
Binary101011111001111011000110101010101111111101111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E63; }

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

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

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

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

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

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

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

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