#86AFAD

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

Shades of Ziggurat #86AFAD

Tints of Ziggurat #86AFAD

Color information

#86AFAD (or 0x86AFAD) is unknown color: approx Ziggurat. HEX triplet: 86, AF and AD. RGB value is (134,175,173). Sum of RGB (Red+Green+Blue) = 134+175+173=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #86AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AFAD is #795052. Grayscale: #A2A2A2. Windows color (decimal): -7950419 or 11382662. OLE color: 11382662.

HSL color Cylindrical-coordinate representation of color #86AFAD: hue angle of 177.07º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AFAD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB134175173-
CMYK0.2300.010.31
HSL177.07º20.4%60.59%-
HSV(B)177.07º23.43%68.63%-
XYZ32.738.7545.29-
YUV162.51133.92107.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=27.80%
G=36.31%
B=35.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751730.2300.010.31177.0720.460.59
Hex86AFAD17011Fb1143d
Octal2062572552701372612475
Binary1000011010101111101011011011101111111011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AFAD; }

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

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

<style>
 a { background-color: #86AFAD; }

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

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

<style>
 span { border-color: #86AFAD; }

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

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