#82AAAB

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

Shades of Ziggurat #82AAAB

Tints of Ziggurat #82AAAB

Color information

#82AAAB (or 0x82AAAB) is unknown color: approx Ziggurat. HEX triplet: 82, AA and AB. RGB value is (130,170,171). Sum of RGB (Red+Green+Blue) = 130+170+171=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #82AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAAB is #7D5554. Grayscale: #9E9E9E. Windows color (decimal): -8213845 or 11250306. OLE color: 11250306.

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

Color convert

RGB130170171-
CMYK0.240.0100.33
HSL181.46º19.62%59.02%-
HSV(B)181.46º23.98%67.06%-
XYZ30.9336.4443.93-
YUV158.15135.25107.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=27.60%
G=36.09%
B=36.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701710.240.0100.33181.4619.6259.02
Hex82AAAB181021b5143b
Octal2022522533010412652473
Binary10000010101010101010101111000101000011011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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