Html Css Color HEX #86A3A1 Submarine

📋 copy color: '#86A3A1'

red 134 ◦ green 163 ◦ blue 161

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

Shades of Submarine #86A3A1

Tints of Submarine #86A3A1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.59%

 BLUE value IS 161 (63.28% from 255) = 35.15%

R = 29.26%
G = 35.59%
B = 35.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#86A3A1 (or 0x86A3A1) is known color: Submarine. HEX triplet: 86, A3 and A1. RGB value is (134,163,161). Sum of RGB (Red+Green+Blue) = 134+163+161=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #86A3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A3A1 is #795C5E. Grayscale: #9A9A9A. Windows color (decimal): -7953503 or 10593158. OLE color: 10593158.

HSL color Cylindrical-coordinate representation of color #86A3A1: hue angle of 175.86º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86A3A1 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 163 161 -
CMYK 0.18 0 0.01 0.36
HSL 175.86º 0.14% 0.58% -
HSV(B) 175.86º 0.18% 0.64% -
XYZ 29.36 33.84 38.7 -
YUV 154.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 134 163 161 0.18 0 0.01 0.36 175.86 0.14 0.58
Hex 86 A3 A1 12 0 1 24 B0 E 3A
Octal 206 243 241 22 0 1 44 260 16 72
Binary 10000110 10100011 10100001 10010 0 1 100100 10110000 1110 111010

Color Harmonies of #86A3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A3A1

Black with #86A3A1

Text Example


Text Example

White with #86A3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,163,161); }

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

background-color css

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

 a { background-color: rgb(134,163,161); }

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

border-color css

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

 span { border-color: rgb(134,163,161); }

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