Html Css Color HEX #8A8571 Friar Grey

📋 copy color: '#8A8571'

red 138 ◦ green 133 ◦ blue 113

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

Shades of Friar Grey #8A8571

Tints of Friar Grey #8A8571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 35.94%
G = 34.64%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#8A8571 (or 0x8A8571) is known color: Friar Grey. HEX triplet: 8A, 85 and 71. RGB value is (138,133,113). Sum of RGB (Red+Green+Blue) = 138+133+113=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8571 is #757A8E. Grayscale: #848484. Windows color (decimal): -7699087 or 7439754. OLE color: 7439754.

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

Color convert

RGB 138 133 113 -
CMYK 0 0.04 0.18 0.46
HSL 48º 0.1% 0.49% -
HSV(B) 48º 0.18% 0.54% -
XYZ 21.85 23.37 18.98 -
YUV 132.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 138 133 113 0 0.04 0.18 0.46 48 0.1 0.49
Hex 8A 85 71 0 4 12 2E 30 A 31
Octal 212 205 161 0 4 22 56 60 12 61
Binary 10001010 10000101 1110001 0 100 10010 101110 110000 1010 110001

Color Harmonies of #8A8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8571

Black with #8A8571

Text Example


Text Example

White with #8A8571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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