#8A846A

Color #8A846A Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #8A846A

Tints of Granite Green #8A846A

Color information

#8A846A (or 0x8A846A) is unknown color: approx Granite Green. HEX triplet: 8A, 84 and 6A. RGB value is (138,132,106). Sum of RGB (Red+Green+Blue) = 138+132+106=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A846A is #757B95. Grayscale: #828282. Windows color (decimal): -7699350 or 6980746. OLE color: 6980746.

HSL color Cylindrical-coordinate representation of color #8A846A: hue angle of 48.75º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A846A is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB138132106-
CMYK00.040.230.46
HSL48.75º13.11%47.84%-
HSV(B)48.75º23.19%54.12%-
XYZ21.3322.9516.94-
YUV130.83113.99133.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=36.70%
G=35.11%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813210600.040.230.4648.7513.1147.84
Hex8A846A04172E31d30
Octal212204152042756611560
Binary100010101000010011010100100101111011101100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A846A; }

 p { color: rgb(138,132,106); }

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

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

 a { background-color: rgb(138,132,106); }

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

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

 span { border-color: rgb(138,132,106); }

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