Html Css Color HEX #86A385 Pewter

📋 copy color: '#86A385'

red 134 ◦ green 163 ◦ blue 133

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

Shades of Pewter #86A385

Tints of Pewter #86A385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 31.16%
G = 37.91%
B = 30.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#86A385 (or 0x86A385) is known color: Pewter. HEX triplet: 86, A3 and 85. RGB value is (134,163,133). Sum of RGB (Red+Green+Blue) = 134+163+133=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #86A385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A385 is #795C7A. Grayscale: #979797. Windows color (decimal): -7953531 or 8758150. OLE color: 8758150.

HSL color Cylindrical-coordinate representation of color #86A385: hue angle of 118º 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 #86A385 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 163 133 -
CMYK 0.18 0 0.18 0.36
HSL 118º 0.14% 0.58% -
HSV(B) 118º 0.18% 0.64% -
XYZ 27.16 32.96 27.12 -
YUV 150.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 134 163 133 0.18 0 0.18 0.36 118 0.14 0.58
Hex 86 A3 85 12 0 12 24 76 E 3A
Octal 206 243 205 22 0 22 44 166 16 72
Binary 10000110 10100011 10000101 10010 0 10010 100100 1110110 1110 111010

Color Harmonies of #86A385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A385

Black with #86A385

Text Example


Text Example

White with #86A385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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