Html Css Color HEX #86A6A5 Ziggurat

📋 copy color: '#86A6A5'

red 134 ◦ green 166 ◦ blue 165

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

Shades of Ziggurat #86A6A5

Tints of Ziggurat #86A6A5

RGB

 RED value IS 134 (52.73% from 255) = 28.82%

 GREEN value IS 166 (65.23% from 255) = 35.7%

 BLUE value IS 165 (64.84% from 255) = 35.48%

R = 28.82%
G = 35.7%
B = 35.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#86A6A5 (or 0x86A6A5) is known color: Ziggurat. HEX triplet: 86, A6 and A5. RGB value is (134,166,165). Sum of RGB (Red+Green+Blue) = 134+166+165=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 166 - color contains mainly: green. Hex color #86A6A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A6A5 is #79595A. Grayscale: #9C9C9C. Windows color (decimal): -7952731 or 10856070. OLE color: 10856070.

HSL color Cylindrical-coordinate representation of color #86A6A5: hue angle of 178.12º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A6A5 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 166 165 -
CMYK 0.19 0 0.01 0.35
HSL 178.13º 0.15% 0.59% -
HSV(B) 178.13º 0.19% 0.65% -
XYZ 30.26 35.06 40.77 -
YUV 156.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 134 166 165 0.19 0 0.01 0.35 178.13 0.15 0.59
Hex 86 A6 A5 13 0 1 23 B2 F 3B
Octal 206 246 245 23 0 1 43 262 17 73
Binary 10000110 10100110 10100101 10011 0 1 100011 10110010 1111 111011

Color Harmonies of #86A6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A6A5

Black with #86A6A5

Text Example


Text Example

White with #86A6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A6A5; }

 p { color: rgb(134,166,165); }

 H1.HeaderClassName
 {
   color: #86A6A5;
 }
 .AnyTagClassName
 {
   color: #86A6A5;
 }
</style>

background-color css

<style>
 a { background-color: #86A6A5; }

 a { background-color: rgb(134,166,165); }

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

border-color css

<style>
 span { border-color: #86A6A5; }

 span { border-color: rgb(134,166,165); }

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