Html Css Color HEX #8A615D Rose Taupe

📋 copy color: '#8A615D'

red 138 ◦ green 97 ◦ blue 93

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

Shades of Rose Taupe #8A615D

Tints of Rose Taupe #8A615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 42.07%
G = 29.57%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A615D (or 0x8A615D) is known color: Rose Taupe. HEX triplet: 8A, 61 and 5D. RGB value is (138,97,93). Sum of RGB (Red+Green+Blue) = 138+97+93=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A615D is #759EA2. Grayscale: #6C6C6C. Windows color (decimal): -7708323 or 6119818. OLE color: 6119818.

HSL color Cylindrical-coordinate representation of color #8A615D: hue angle of 5.33º 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 #8A615D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 97 93 -
CMYK 0 0.30 0.33 0.46
HSL 5.33º 0.19% 0.45% -
HSV(B) 5.33º 0.33% 0.54% -
XYZ 16.73 14.74 12.32 -
YUV 108.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 138 97 93 0 0.30 0.33 0.46 5.33 0.19 0.45
Hex 8A 61 5D 0 1E 21 2E 5 13 2D
Octal 212 141 135 0 36 41 56 5 23 55
Binary 10001010 1100001 1011101 0 11110 100001 101110 101 10011 101101

Color Harmonies of #8A615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A615D

Black with #8A615D

Text Example


Text Example

White with #8A615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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