#82AAAA

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

Shades of Ziggurat #82AAAA

Tints of Ziggurat #82AAAA

Color information

#82AAAA (or 0x82AAAA) is unknown color: approx Ziggurat. HEX triplet: 82, AA and AA. RGB value is (130,170,170). Sum of RGB (Red+Green+Blue) = 130+170+170=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #82AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAAA is #7D5555. Grayscale: #9E9E9E. Windows color (decimal): -8213846 or 11184770. OLE color: 11184770.

HSL color Cylindrical-coordinate representation of color #82AAAA: hue angle of 180º 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 #82AAAA is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130170170-
CMYK0.24000.33
HSL180º19.05%58.82%-
HSV(B)180º23.53%66.67%-
XYZ30.8436.443.43-
YUV158.04134.75108-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=27.66%
G=36.17%
B=36.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701700.24000.3318019.0558.82
Hex82AAAA180021b4133b
Octal2022522523000412642373
Binary10000010101010101010101011000001000011011010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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