Html Css Color HEX #84A5AA Ziggurat

📋 copy color: '#84A5AA'

red 132 ◦ green 165 ◦ blue 170

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

Shades of Ziggurat #84A5AA

Tints of Ziggurat #84A5AA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 28.27%
G = 35.33%
B = 36.4%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#84A5AA (or 0x84A5AA) is known color: Ziggurat. HEX triplet: 84, A5 and AA. RGB value is (132,165,170). Sum of RGB (Red+Green+Blue) = 132+165+170=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #84A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A5AA is #7B5A55. Grayscale: #9B9B9B. Windows color (decimal): -8084054 or 11183492. OLE color: 11183492.

HSL color Cylindrical-coordinate representation of color #84A5AA: hue angle of 187.89º 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 #84A5AA is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 165 170 -
CMYK 0.22 0.03 0 0.33
HSL 187.89º 0.18% 0.59% -
HSV(B) 187.89º 0.22% 0.67% -
XYZ 30.23 34.72 43.14 -
YUV 155.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 132 165 170 0.22 0.03 0 0.33 187.89 0.18 0.59
Hex 84 A5 AA 16 3 0 21 BC 12 3B
Octal 204 245 252 26 3 0 41 274 22 73
Binary 10000100 10100101 10101010 10110 11 0 100001 10111100 10010 111011

Color Harmonies of #84A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A5AA

Black with #84A5AA

Text Example


Text Example

White with #84A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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