Html Css Color HEX #87A1A4 Ziggurat

📋 copy color: '#87A1A4'

red 135 ◦ green 161 ◦ blue 164

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

Shades of Ziggurat #87A1A4

Tints of Ziggurat #87A1A4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35%

 BLUE value IS 164 (64.45% from 255) = 35.65%

R = 29.35%
G = 35%
B = 35.65%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#87A1A4 (or 0x87A1A4) is known color: Ziggurat. HEX triplet: 87, A1 and A4. RGB value is (135,161,164). Sum of RGB (Red+Green+Blue) = 135+161+164=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 164 - color contains mainly: blue. Hex color #87A1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A1A4 is #785E5B. Grayscale: #999999. Windows color (decimal): -7888476 or 10789255. OLE color: 10789255.

HSL color Cylindrical-coordinate representation of color #87A1A4: hue angle of 186.21º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87A1A4 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 161 164 -
CMYK 0.18 0.02 0 0.36
HSL 186.21º 0.14% 0.59% -
HSV(B) 186.21º 0.18% 0.64% -
XYZ 29.44 33.32 40 -
YUV 153.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 135 161 164 0.18 0.02 0 0.36 186.21 0.14 0.59
Hex 87 A1 A4 12 2 0 24 BA E 3B
Octal 207 241 244 22 2 0 44 272 16 73
Binary 10000111 10100001 10100100 10010 10 0 100100 10111010 1110 111011

Color Harmonies of #87A1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A1A4

Black with #87A1A4

Text Example


Text Example

White with #87A1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,161,164); }

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

background-color css

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

 a { background-color: rgb(135,161,164); }

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

border-color css

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

 span { border-color: rgb(135,161,164); }

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