Html Css Color HEX #8A8573 Friar Grey

📋 copy color: '#8A8573'

red 138 ◦ green 133 ◦ blue 115

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

Shades of Friar Grey #8A8573

Tints of Friar Grey #8A8573

RGB

 RED value IS 138 (54.3% from 255) = 35.75%

 GREEN value IS 133 (52.34% from 255) = 34.46%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 35.75%
G = 34.46%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A8573 (or 0x8A8573) is known color: Friar Grey. HEX triplet: 8A, 85 and 73. RGB value is (138,133,115). Sum of RGB (Red+Green+Blue) = 138+133+115=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8573 is #757A8C. Grayscale: #848484. Windows color (decimal): -7699085 or 7570826. OLE color: 7570826.

HSL color Cylindrical-coordinate representation of color #8A8573: hue angle of 46.96º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A8573 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 133 115 -
CMYK 0 0.04 0.17 0.46
HSL 46.96º 0.09% 0.5% -
HSV(B) 46.96º 0.17% 0.54% -
XYZ 21.96 23.42 19.58 -
YUV 132.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 138 133 115 0 0.04 0.17 0.46 46.96 0.09 0.5
Hex 8A 85 73 0 4 11 2E 2F 9 32
Octal 212 205 163 0 4 21 56 57 11 62
Binary 10001010 10000101 1110011 0 100 10001 101110 101111 1001 110010

Color Harmonies of #8A8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8573

Black with #8A8573

Text Example


Text Example

White with #8A8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8573; }

 p { color: rgb(138,133,115); }

 H1.HeaderClassName
 {
   color: #8A8573;
 }
 .AnyTagClassName
 {
   color: #8A8573;
 }
</style>

background-color css

<style>
 a { background-color: #8A8573; }

 a { background-color: rgb(138,133,115); }

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

border-color css

<style>
 span { border-color: #8A8573; }

 span { border-color: rgb(138,133,115); }

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