#84A5AF

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

Shades of Ziggurat #84A5AF

Tints of Ziggurat #84A5AF

Color information

#84A5AF (or 0x84A5AF) is unknown color: approx Ziggurat. HEX triplet: 84, A5 and AF. RGB value is (132,165,175). Sum of RGB (Red+Green+Blue) = 132+165+175=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #84A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A5AF is #7B5A50. Grayscale: #9C9C9C. Windows color (decimal): -8084049 or 11511172. OLE color: 11511172.

HSL color Cylindrical-coordinate representation of color #84A5AF: hue angle of 193.95º 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 #84A5AF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132165175-
CMYK0.250.0600.31
HSL193.95º21.18%60.2%-
HSV(B)193.95º24.57%68.63%-
XYZ30.7134.9145.68-
YUV156.27138.57110.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=27.97%
G=34.96%
B=37.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321651750.250.0600.31193.9521.1860.2
Hex84A5AF19601Fc2153c
Octal2042452573160373022574
Binary100001001010010110101111110011100111111100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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