#82A6AA

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

Shades of Ziggurat #82A6AA

Tints of Ziggurat #82A6AA

Color information

#82A6AA (or 0x82A6AA) is unknown color: approx Ziggurat. HEX triplet: 82, A6 and AA. RGB value is (130,166,170). Sum of RGB (Red+Green+Blue) = 130+166+170=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #82A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A6AA is #7D5955. Grayscale: #9B9B9B. Windows color (decimal): -8214870 or 11183746. OLE color: 11183746.

HSL color Cylindrical-coordinate representation of color #82A6AA: hue angle of 186º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82A6AA is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130166170-
CMYK0.240.0200.33
HSL186º19.05%58.82%-
HSV(B)186º23.53%66.67%-
XYZ30.134.9243.18-
YUV155.69136.07109.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=27.90%
G=35.62%
B=36.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301661700.240.0200.3318619.0558.82
Hex82A6AA182021ba133b
Octal2022462523020412722373
Binary100000101010011010101010110001001000011011101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A6AA; }

 p { color: rgb(130,166,170); }

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

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

 a { background-color: rgb(130,166,170); }

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

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

 span { border-color: rgb(130,166,170); }

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