#A7A15A

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

Shades of Gimblet #A7A15A

Tints of Gimblet #A7A15A

Color information

#A7A15A (or 0xA7A15A) is unknown color: approx Gimblet. HEX triplet: A7, A1 and 5A. RGB value is (167,161,90). Sum of RGB (Red+Green+Blue) = 167+161+90=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A15A is #585EA5. Grayscale: #9A9A9A. Windows color (decimal): -5791398 or 5939623. OLE color: 5939623.

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

Color convert

RGB16716190-
CMYK00.040.460.35
HSL55.32º30.43%50.39%-
HSV(B)55.32º46.11%65.49%-
XYZ30.5334.4414.71-
YUV154.791.49136.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=39.95%
G=38.52%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671619000.040.460.3555.3230.4350.39
HexA7A15A042E23371e32
Octal247241132045643673662
Binary10100111101000011011010010010111010001111011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A15A; }

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

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

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

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

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

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

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

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