Html Css Color HEX #8A8570 Friar Grey

📋 copy color: '#8A8570'

red 138 ◦ green 133 ◦ blue 112

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

Shades of Friar Grey #8A8570

Tints of Friar Grey #8A8570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 36.03%
G = 34.73%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#8A8570 (or 0x8A8570) is known color: Friar Grey. HEX triplet: 8A, 85 and 70. RGB value is (138,133,112). Sum of RGB (Red+Green+Blue) = 138+133+112=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8570 is #757A8F. Grayscale: #848484. Windows color (decimal): -7699088 or 7374218. OLE color: 7374218.

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

Color convert

RGB 138 133 112 -
CMYK 0 0.04 0.19 0.46
HSL 48.46º 0.1% 0.49% -
HSV(B) 48.46º 0.19% 0.54% -
XYZ 21.79 23.35 18.69 -
YUV 132.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 138 133 112 0 0.04 0.19 0.46 48.46 0.1 0.49
Hex 8A 85 70 0 4 13 2E 30 A 31
Octal 212 205 160 0 4 23 56 60 12 61
Binary 10001010 10000101 1110000 0 100 10011 101110 110000 1010 110001

Color Harmonies of #8A8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8570

Black with #8A8570

Text Example


Text Example

White with #8A8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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