#AF9E62

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

Shades of Gimblet #AF9E62

Tints of Gimblet #AF9E62

Color information

#AF9E62 (or 0xAF9E62) is unknown color: approx Gimblet. HEX triplet: AF, 9E and 62. RGB value is (175,158,98). Sum of RGB (Red+Green+Blue) = 175+158+98=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E62 is #50619D. Grayscale: #9C9C9C. Windows color (decimal): -5267870 or 6463151. OLE color: 6463151.

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

Color convert

RGB17515898-
CMYK00.100.440.31
HSL46.75º32.49%53.53%-
HSV(B)46.75º44%68.63%-
XYZ32.1134.4516.51-
YUV156.2495.13141.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=40.60%
G=36.66%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751589800.100.440.3146.7532.4953.53
HexAF9E620A2C1F2f2036
Octal2572361420125437574066
Binary101011111001111011000100101010110011111101111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E62; }

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

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

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

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

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

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

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

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