Html Css Color HEX #8A5D69 Mauve Taupe

📋 copy color: '#8A5D69'

red 138 ◦ green 93 ◦ blue 105

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

Shades of Mauve Taupe #8A5D69

Tints of Mauve Taupe #8A5D69

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 41.07%
G = 27.68%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#8A5D69 (or 0x8A5D69) is known color: Mauve Taupe. HEX triplet: 8A, 5D and 69. RGB value is (138,93,105). Sum of RGB (Red+Green+Blue) = 138+93+105=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5D69 is #75A296. Grayscale: #6B6B6B. Windows color (decimal): -7709335 or 6905226. OLE color: 6905226.

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

Color convert

RGB 138 93 105 -
CMYK 0 0.33 0.24 0.46
HSL 344º 0.19% 0.45% -
HSV(B) 344º 0.33% 0.54% -
XYZ 16.95 14.25 15.22 -
YUV 107.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 138 93 105 0 0.33 0.24 0.46 344 0.19 0.45
Hex 8A 5D 69 0 21 18 2E 158 13 2D
Octal 212 135 151 0 41 30 56 530 23 55
Binary 10001010 1011101 1101001 0 100001 11000 101110 101011000 10011 101101

Color Harmonies of #8A5D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5D69

Black with #8A5D69

Text Example


Text Example

White with #8A5D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,93,105); }

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

background-color css

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

 a { background-color: rgb(138,93,105); }

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

border-color css

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

 span { border-color: rgb(138,93,105); }

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