#A7A162

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

Shades of Gimblet #A7A162

Tints of Gimblet #A7A162

Color information

#A7A162 (or 0xA7A162) is unknown color: approx Gimblet. HEX triplet: A7, A1 and 62. RGB value is (167,161,98). Sum of RGB (Red+Green+Blue) = 167+161+98=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A162 is #585E9D. Grayscale: #9B9B9B. Windows color (decimal): -5791390 or 6463911. OLE color: 6463911.

HSL color Cylindrical-coordinate representation of color #A7A162: hue angle of 54.78º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7A162 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16716198-
CMYK00.040.410.35
HSL54.78º28.16%51.96%-
HSV(B)54.78º41.32%65.49%-
XYZ30.8934.5916.6-
YUV155.6195.49136.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 98 (38.67% from 255) = 23.00%
R=39.20%
G=37.79%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671619800.040.410.3554.7828.1651.96
HexA7A162042923371c34
Octal247241142045143673464
Binary10100111101000011100010010010100110001111011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A162; }

 p { color: rgb(167,161,98); }

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

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

 a { background-color: rgb(167,161,98); }

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

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

 span { border-color: rgb(167,161,98); }

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