#81ADAF

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

Shades of Ziggurat #81ADAF

Tints of Ziggurat #81ADAF

Color information

#81ADAF (or 0x81ADAF) is unknown color: approx Ziggurat. HEX triplet: 81, AD and AF. RGB value is (129,173,175). Sum of RGB (Red+Green+Blue) = 129+173+175=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #81ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ADAF is #7E5250. Grayscale: #A0A0A0. Windows color (decimal): -8278609 or 11513217. OLE color: 11513217.

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

Color convert

RGB129173175-
CMYK0.260.0100.31
HSL182.61º22.33%59.61%-
HSV(B)182.61º26.29%68.63%-
XYZ31.7337.6546.15-
YUV160.07136.42105.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.04%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=27.04%
G=36.27%
B=36.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291731750.260.0100.31182.6122.3359.61
Hex81ADAF1A101Fb7163c
Octal2012552573210372672674
Binary1000000110101101101011111101010111111011011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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