Html Css Color HEX #87A8AC Ziggurat

📋 copy color: '#87A8AC'

red 135 ◦ green 168 ◦ blue 172

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

Shades of Ziggurat #87A8AC

Tints of Ziggurat #87A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.37%

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 28.42%
G = 35.37%
B = 36.21%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#87A8AC (or 0x87A8AC) is known color: Ziggurat. HEX triplet: 87, A8 and AC. RGB value is (135,168,172). Sum of RGB (Red+Green+Blue) = 135+168+172=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #87A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A8AC is #785753. Grayscale: #9E9E9E. Windows color (decimal): -7886676 or 11315335. OLE color: 11315335.

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

Color convert

RGB 135 168 172 -
CMYK 0.22 0.02 0 0.33
HSL 186.49º 0.18% 0.6% -
HSV(B) 186.49º 0.22% 0.67% -
XYZ 31.44 36.13 44.35 -
YUV 158.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 135 168 172 0.22 0.02 0 0.33 186.49 0.18 0.6
Hex 87 A8 AC 16 2 0 21 BA 12 3C
Octal 207 250 254 26 2 0 41 272 22 74
Binary 10000111 10101000 10101100 10110 10 0 100001 10111010 10010 111100

Color Harmonies of #87A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A8AC

Black with #87A8AC

Text Example


Text Example

White with #87A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,168,172); }

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

background-color css

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

 a { background-color: rgb(135,168,172); }

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

border-color css

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

 span { border-color: rgb(135,168,172); }

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