Html Css Color HEX #84A7AA Ziggurat

📋 copy color: '#84A7AA'

red 132 ◦ green 167 ◦ blue 170

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

Shades of Ziggurat #84A7AA

Tints of Ziggurat #84A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.61%

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

R = 28.14%
G = 35.61%
B = 36.25%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#84A7AA (or 0x84A7AA) is known color: Ziggurat. HEX triplet: 84, A7 and AA. RGB value is (132,167,170). Sum of RGB (Red+Green+Blue) = 132+167+170=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #84A7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A7AA is #7B5855. Grayscale: #9C9C9C. Windows color (decimal): -8083542 or 11184004. OLE color: 11184004.

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

Color convert

RGB 132 167 170 -
CMYK 0.22 0.02 0 0.33
HSL 184.74º 0.18% 0.59% -
HSV(B) 184.74º 0.22% 0.67% -
XYZ 30.59 35.45 43.26 -
YUV 156.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 132 167 170 0.22 0.02 0 0.33 184.74 0.18 0.59
Hex 84 A7 AA 16 2 0 21 B9 12 3B
Octal 204 247 252 26 2 0 41 271 22 73
Binary 10000100 10100111 10101010 10110 10 0 100001 10111001 10010 111011

Color Harmonies of #84A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A7AA

Black with #84A7AA

Text Example


Text Example

White with #84A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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