Html Css Color HEX #84A5A4 Ziggurat

📋 copy color: '#84A5A4'

red 132 ◦ green 165 ◦ blue 164

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

Shades of Ziggurat #84A5A4

Tints of Ziggurat #84A5A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 28.63%
G = 35.79%
B = 35.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#84A5A4 (or 0x84A5A4) is known color: Ziggurat. HEX triplet: 84, A5 and A4. RGB value is (132,165,164). Sum of RGB (Red+Green+Blue) = 132+165+164=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #84A5A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A5A4 is #7B5A5B. Grayscale: #9A9A9A. Windows color (decimal): -8084060 or 10790276. OLE color: 10790276.

HSL color Cylindrical-coordinate representation of color #84A5A4: hue angle of 178.18º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A5A4 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 165 164 -
CMYK 0.20 0 0.01 0.35
HSL 178.18º 0.15% 0.58% -
HSV(B) 178.18º 0.2% 0.65% -
XYZ 29.67 34.5 40.22 -
YUV 155.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 132 165 164 0.20 0 0.01 0.35 178.18 0.15 0.58
Hex 84 A5 A4 14 0 1 23 B2 F 3A
Octal 204 245 244 24 0 1 43 262 17 72
Binary 10000100 10100101 10100100 10100 0 1 100011 10110010 1111 111010

Color Harmonies of #84A5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A5A4

Black with #84A5A4

Text Example


Text Example

White with #84A5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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