Html Css Color HEX #87A9AC Ziggurat

📋 copy color: '#87A9AC'

red 135 ◦ green 169 ◦ blue 172

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

Shades of Ziggurat #87A9AC

Tints of Ziggurat #87A9AC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.5%

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

R = 28.36%
G = 35.5%
B = 36.13%

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

#87A9AC (or 0x87A9AC) is known color: Ziggurat. HEX triplet: 87, A9 and AC. RGB value is (135,169,172). Sum of RGB (Red+Green+Blue) = 135+169+172=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #87A9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A9AC is #785653. Grayscale: #9F9F9F. Windows color (decimal): -7886420 or 11315591. OLE color: 11315591.

HSL color Cylindrical-coordinate representation of color #87A9AC: hue angle of 184.86º 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 #87A9AC is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 169 172 -
CMYK 0.22 0.02 0 0.33
HSL 184.86º 0.18% 0.6% -
HSV(B) 184.86º 0.22% 0.67% -
XYZ 31.63 36.51 44.41 -
YUV 159.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 135 169 172 0.22 0.02 0 0.33 184.86 0.18 0.6
Hex 87 A9 AC 16 2 0 21 B9 12 3C
Octal 207 251 254 26 2 0 41 271 22 74
Binary 10000111 10101001 10101100 10110 10 0 100001 10111001 10010 111100

Color Harmonies of #87A9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A9AC

Black with #87A9AC

Text Example


Text Example

White with #87A9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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