Html Css Color HEX #84A4AD Ziggurat

📋 copy color: '#84A4AD'

red 132 ◦ green 164 ◦ blue 173

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

Shades of Ziggurat #84A4AD

Tints of Ziggurat #84A4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 173 (67.97% from 255) = 36.89%

R = 28.14%
G = 34.97%
B = 36.89%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#84A4AD (or 0x84A4AD) is known color: Ziggurat. HEX triplet: 84, A4 and AD. RGB value is (132,164,173). Sum of RGB (Red+Green+Blue) = 132+164+173=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #84A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A4AD is #7B5B52. Grayscale: #9B9B9B. Windows color (decimal): -8084307 or 11379844. OLE color: 11379844.

HSL color Cylindrical-coordinate representation of color #84A4AD: hue angle of 193.17º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84A4AD is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 164 173 -
CMYK 0.24 0.05 0 0.32
HSL 193.17º 0.2% 0.6% -
HSV(B) 193.17º 0.24% 0.68% -
XYZ 30.33 34.47 44.59 -
YUV 155.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 132 164 173 0.24 0.05 0 0.32 193.17 0.2 0.6
Hex 84 A4 AD 18 5 0 20 C1 14 3C
Octal 204 244 255 30 5 0 40 301 24 74
Binary 10000100 10100100 10101101 11000 101 0 100000 11000001 10100 111100

Color Harmonies of #84A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A4AD

Black with #84A4AD

Text Example


Text Example

White with #84A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,164,173); }

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

background-color css

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

 a { background-color: rgb(132,164,173); }

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

border-color css

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

 span { border-color: rgb(132,164,173); }

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