#83AAA7

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

Shades of Ziggurat #83AAA7

Tints of Ziggurat #83AAA7

Color information

#83AAA7 (or 0x83AAA7) is unknown color: approx Ziggurat. HEX triplet: 83, AA and A7. RGB value is (131,170,167). Sum of RGB (Red+Green+Blue) = 131+170+167=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #83AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AAA7 is #7C5558. Grayscale: #9D9D9D. Windows color (decimal): -8148313 or 10988163. OLE color: 10988163.

HSL color Cylindrical-coordinate representation of color #83AAA7: hue angle of 175.38º 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 #83AAA7 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB131170167-
CMYK0.2300.020.33
HSL175.38º18.66%59.02%-
HSV(B)175.38º22.94%66.67%-
XYZ30.7136.3641.96-
YUV158133.08108.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=27.99%
G=36.32%
B=35.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311701670.2300.020.33175.3818.6659.02
Hex83AAA7170221af133b
Octal2032522472702412572373
Binary100000111010101010100111101110101000011010111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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