#84A9AF

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

Shades of Ziggurat #84A9AF

Tints of Ziggurat #84A9AF

Color information

#84A9AF (or 0x84A9AF) is unknown color: approx Ziggurat. HEX triplet: 84, A9 and AF. RGB value is (132,169,175). Sum of RGB (Red+Green+Blue) = 132+169+175=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #84A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A9AF is #7B5650. Grayscale: #9E9E9E. Windows color (decimal): -8083025 or 11512196. OLE color: 11512196.

HSL color Cylindrical-coordinate representation of color #84A9AF: hue angle of 188.37º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84A9AF is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132169175-
CMYK0.250.0300.31
HSL188.37º21.18%60.2%-
HSV(B)188.37º24.57%68.63%-
XYZ31.4436.3845.92-
YUV158.62137.24109.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=27.73%
G=35.50%
B=36.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321691750.250.0300.31188.3721.1860.2
Hex84A9AF19301Fbc153c
Octal2042512573130372742574
Binary10000100101010011010111111001110111111011110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,169,175); }

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

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

 a { background-color: rgb(132,169,175); }

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

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

 span { border-color: rgb(132,169,175); }

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