#83AAA9

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

Shades of Ziggurat #83AAA9

Tints of Ziggurat #83AAA9

Color information

#83AAA9 (or 0x83AAA9) is unknown color: approx Ziggurat. HEX triplet: 83, AA and A9. RGB value is (131,170,169). Sum of RGB (Red+Green+Blue) = 131+170+169=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #83AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AAA9 is #7C5556. Grayscale: #9E9E9E. Windows color (decimal): -8148311 or 11119235. OLE color: 11119235.

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

Color convert

RGB131170169-
CMYK0.2300.010.33
HSL178.46º18.66%59.02%-
HSV(B)178.46º22.94%66.67%-
XYZ30.936.4442.94-
YUV158.22134.08108.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.87%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=27.87%
G=36.17%
B=35.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311701690.2300.010.33178.4618.6659.02
Hex83AAA9170121b2133b
Octal2032522512701412622373
Binary10000011101010101010100110111011000011011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AAA9; }

 p { color: rgb(131,170,169); }

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

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

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

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

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

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

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