Html Css Color HEX #84ABAC Ziggurat

📋 copy color: '#84ABAC'

red 132 ◦ green 171 ◦ blue 172

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

Shades of Ziggurat #84ABAC

Tints of Ziggurat #84ABAC

RGB

 RED value IS 132 (51.95% from 255) = 27.79%

 GREEN value IS 171 (67.19% from 255) = 36%

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

R = 27.79%
G = 36%
B = 36.21%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#84ABAC (or 0x84ABAC) is known color: Ziggurat. HEX triplet: 84, AB and AC. RGB value is (132,171,172). Sum of RGB (Red+Green+Blue) = 132+171+172=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 171 (67.19% from 255 or 36% 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 #84ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABAC is #7B5453. Grayscale: #9F9F9F. Windows color (decimal): -8082516 or 11316100. OLE color: 11316100.

HSL color Cylindrical-coordinate representation of color #84ABAC: hue angle of 181.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84ABAC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 171 172 -
CMYK 0.23 0.01 0 0.33
HSL 181.5º 0.19% 0.6% -
HSV(B) 181.5º 0.23% 0.67% -
XYZ 31.53 37.01 44.51 -
YUV 159.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 132 171 172 0.23 0.01 0 0.33 181.5 0.19 0.6
Hex 84 AB AC 17 1 0 21 B6 13 3C
Octal 204 253 254 27 1 0 41 266 23 74
Binary 10000100 10101011 10101100 10111 1 0 100001 10110110 10011 111100

Color Harmonies of #84ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABAC

Black with #84ABAC

Text Example


Text Example

White with #84ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84ABAC; }

 p { color: rgb(132,171,172); }

 H1.HeaderClassName
 {
   color: #84ABAC;
 }
 .AnyTagClassName
 {
   color: #84ABAC;
 }
</style>

background-color css

<style>
 a { background-color: #84ABAC; }

 a { background-color: rgb(132,171,172); }

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

border-color css

<style>
 span { border-color: #84ABAC; }

 span { border-color: rgb(132,171,172); }

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