Html Css Color HEX #87A6AB Ziggurat

📋 copy color: '#87A6AB'

red 135 ◦ green 166 ◦ blue 171

#87A6AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #87A6AB

Tints of Ziggurat #87A6AB

RGB

 RED value IS 135 (53.13% from 255) = 28.6%

 GREEN value IS 166 (65.23% from 255) = 35.17%

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 28.6%
G = 35.17%
B = 36.23%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#87A6AB (or 0x87A6AB) is known color: Ziggurat. HEX triplet: 87, A6 and AB. RGB value is (135,166,171). Sum of RGB (Red+Green+Blue) = 135+166+171=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #87A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A6AB is #785954. Grayscale: #9D9D9D. Windows color (decimal): -7887189 or 11249287. OLE color: 11249287.

HSL color Cylindrical-coordinate representation of color #87A6AB: hue angle of 188.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87A6AB is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 166 171 -
CMYK 0.21 0.03 0 0.33
HSL 188.33º 0.18% 0.6% -
HSV(B) 188.33º 0.21% 0.67% -
XYZ 30.98 35.36 43.72 -
YUV 157.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 135 166 171 0.21 0.03 0 0.33 188.33 0.18 0.6
Hex 87 A6 AB 15 3 0 21 BC 12 3C
Octal 207 246 253 25 3 0 41 274 22 74
Binary 10000111 10100110 10101011 10101 11 0 100001 10111100 10010 111100

Color Harmonies of #87A6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A6AB

Black with #87A6AB

Text Example


Text Example

White with #87A6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A6AB; }

 p { color: rgb(135,166,171); }

 H1.HeaderClassName
 {
   color: #87A6AB;
 }
 .AnyTagClassName
 {
   color: #87A6AB;
 }
</style>

background-color css

<style>
 a { background-color: #87A6AB; }

 a { background-color: rgb(135,166,171); }

 div.DivClassName
 {
   background-color: #87A6AB;
 }
 .BgClassName
 {
   background-color: #87A6AB;
 }
</style>

border-color css

<style>
 span { border-color: #87A6AB; }

 span { border-color: rgb(135,166,171); }

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