Html Css Color HEX #84AAAC Ziggurat

📋 copy color: '#84AAAC'

red 132 ◦ green 170 ◦ blue 172

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

Shades of Ziggurat #84AAAC

Tints of Ziggurat #84AAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.86%

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

R = 27.85%
G = 35.86%
B = 36.29%

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

#84AAAC (or 0x84AAAC) is known color: Ziggurat. HEX triplet: 84, AA and AC. RGB value is (132,170,172). Sum of RGB (Red+Green+Blue) = 132+170+172=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #84AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AAAC is #7B5553. Grayscale: #9E9E9E. Windows color (decimal): -8082772 or 11315844. OLE color: 11315844.

HSL color Cylindrical-coordinate representation of color #84AAAC: hue angle of 183º 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 #84AAAC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 170 172 -
CMYK 0.23 0.01 0 0.33
HSL 183º 0.19% 0.6% -
HSV(B) 183º 0.23% 0.67% -
XYZ 31.34 36.63 44.45 -
YUV 158.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 132 170 172 0.23 0.01 0 0.33 183 0.19 0.6
Hex 84 AA AC 17 1 0 21 B7 13 3C
Octal 204 252 254 27 1 0 41 267 23 74
Binary 10000100 10101010 10101100 10111 1 0 100001 10110111 10011 111100

Color Harmonies of #84AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAAC

Black with #84AAAC

Text Example


Text Example

White with #84AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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