Html Css Color HEX #A25D73 Mauve Taupe

📋 copy color: '#A25D73'

red 162 ◦ green 93 ◦ blue 115

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

Shades of Mauve Taupe #A25D73

Tints of Mauve Taupe #A25D73

RGB

 RED value IS 162 (63.67% from 255) = 43.78%

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

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

R = 43.78%
G = 25.14%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A25D73 (or 0xA25D73) is known color: Mauve Taupe. HEX triplet: A2, 5D and 73. RGB value is (162,93,115). Sum of RGB (Red+Green+Blue) = 162+93+115=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D73 is #5DA28C. Grayscale: #747474. Windows color (decimal): -6136461 or 7560610. OLE color: 7560610.

HSL color Cylindrical-coordinate representation of color #A25D73: hue angle of 340.87º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25D73 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 93 115 -
CMYK 0 0.43 0.29 0.36
HSL 340.87º 0.27% 0.5% -
HSV(B) 340.87º 0.43% 0.64% -
XYZ 21.91 16.75 18.3 -
YUV 116.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 162 93 115 0 0.43 0.29 0.36 340.87 0.27 0.5
Hex A2 5D 73 0 2B 1D 24 155 1B 32
Octal 242 135 163 0 53 35 44 525 33 62
Binary 10100010 1011101 1110011 0 101011 11101 100100 101010101 11011 110010

Color Harmonies of #A25D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D73

Black with #A25D73

Text Example


Text Example

White with #A25D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D73; }

 p { color: rgb(162,93,115); }

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

background-color css

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

 a { background-color: rgb(162,93,115); }

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

border-color css

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

 span { border-color: rgb(162,93,115); }

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