#81AEAD

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

Shades of Ziggurat #81AEAD

Tints of Ziggurat #81AEAD

Color information

#81AEAD (or 0x81AEAD) is unknown color: approx Ziggurat. HEX triplet: 81, AE and AD. RGB value is (129,174,173). Sum of RGB (Red+Green+Blue) = 129+174+173=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #81AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AEAD is #7E5152. Grayscale: #A0A0A0. Windows color (decimal): -8278355 or 11382401. OLE color: 11382401.

HSL color Cylindrical-coordinate representation of color #81AEAD: hue angle of 178.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AEAD is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB129174173-
CMYK0.2600.010.32
HSL178.67º21.74%59.41%-
HSV(B)178.67º25.86%68.24%-
XYZ31.7337.9645.19-
YUV160.43135.09105.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=27.10%
G=36.55%
B=36.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291741730.2600.010.32178.6721.7459.41
Hex81AEAD1A0120b3163b
Octal2012562553201402632673
Binary10000001101011101010110111010011000001011001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AEAD; }

 p { color: rgb(129,174,173); }

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

<style>
 a { background-color: #81AEAD; }

 a { background-color: rgb(129,174,173); }

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

<style>
 span { border-color: #81AEAD; }

 span { border-color: rgb(129,174,173); }

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