#84AAAB

Color #84AAAB Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #84AAAB

Tints of Ziggurat #84AAAB

Color information

#84AAAB (or 0x84AAAB) is unknown color: approx 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

RGB132170171-
CMYK0.230.0100.33
HSL181.54º18.84%59.41%-
HSV(B)181.54º22.81%67.06%-
XYZ31.2436.643.95-
YUV158.75134.91108.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321701710.230.0100.33181.5418.8459.41
Hex84AAAB171021b6133b
Octal2042522532710412662373
Binary10000100101010101010101110111101000011011011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>