Html Css Color HEX #84AAAB Ziggurat

📋 copy color: '#84AAAB'

red 132 ◦ green 170 ◦ blue 171

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

Shades of Ziggurat #84AAAB

Tints of Ziggurat #84AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 27.91%
G = 35.94%
B = 36.15%

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

#84AAAB (or 0x84AAAB) is known color: Ziggurat. HEX triplet: 84, AA and AB. RGB value is (132,170,171). Sum of RGB (Red+Green+Blue) = 132+170+171=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #84AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AAAB is #7B5554. Grayscale: #9E9E9E. Windows color (decimal): -8082773 or 11250308. OLE color: 11250308.

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

Color convert

RGB 132 170 171 -
CMYK 0.23 0.01 0 0.33
HSL 181.54º 0.19% 0.59% -
HSV(B) 181.54º 0.23% 0.67% -
XYZ 31.24 36.6 43.95 -
YUV 158.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 132 170 171 0.23 0.01 0 0.33 181.54 0.19 0.59
Hex 84 AA AB 17 1 0 21 B6 13 3B
Octal 204 252 253 27 1 0 41 266 23 73
Binary 10000100 10101010 10101011 10111 1 0 100001 10110110 10011 111011

Color Harmonies of #84AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAAB

Black with #84AAAB

Text Example


Text Example

White with #84AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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