#83A1A9

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

Shades of Ziggurat #83A1A9

Tints of Ziggurat #83A1A9

Color information

#83A1A9 (or 0x83A1A9) is unknown color: approx Ziggurat. HEX triplet: 83, A1 and A9. RGB value is (131,161,169). Sum of RGB (Red+Green+Blue) = 131+161+169=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 169 - color contains mainly: blue. Hex color #83A1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A1A9 is #7C5E56. Grayscale: #989898. Windows color (decimal): -8150615 or 11116931. OLE color: 11116931.

HSL color Cylindrical-coordinate representation of color #83A1A9: hue angle of 192.63º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83A1A9 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB131161169-
CMYK0.220.0500.34
HSL192.63º18.1%58.82%-
HSV(B)192.63º22.49%66.27%-
XYZ29.2733.1842.4-
YUV152.94137.06112.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=28.42%
G=34.92%
B=36.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311611690.220.0500.34192.6318.158.82
Hex83A1A9165022c1123b
Octal2032412512650423012273
Binary1000001110100001101010011011010101000101100000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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