#84A6AA

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

Shades of Ziggurat #84A6AA

Tints of Ziggurat #84A6AA

Color information

#84A6AA (or 0x84A6AA) is unknown color: approx Ziggurat. HEX triplet: 84, A6 and AA. RGB value is (132,166,170). Sum of RGB (Red+Green+Blue) = 132+166+170=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #84A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A6AA is #7B5955. Grayscale: #9C9C9C. Windows color (decimal): -8083798 or 11183748. OLE color: 11183748.

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

Color convert

RGB132166170-
CMYK0.220.0200.33
HSL186.32º18.27%59.22%-
HSV(B)186.32º22.35%66.67%-
XYZ30.4135.0843.2-
YUV156.29135.74110.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=28.21%
G=35.47%
B=36.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321661700.220.0200.33186.3218.2759.22
Hex84A6AA162021ba123b
Octal2042462522620412722273
Binary100001001010011010101010101101001000011011101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84A6AA;
 }
 .AnyTagClassName
 {
   color: #84A6AA;
 }
</style>
background-color css

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

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

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

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

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

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