Html Css Color HEX #A25975 Mauve Taupe

📋 copy color: '#A25975'

red 162 ◦ green 89 ◦ blue 117

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

Shades of Mauve Taupe #A25975

Tints of Mauve Taupe #A25975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.18%

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 44.02%
G = 24.18%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A25975 (or 0xA25975) is known color: Mauve Taupe. HEX triplet: A2, 59 and 75. RGB value is (162,89,117). Sum of RGB (Red+Green+Blue) = 162+89+117=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A25975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25975 is #5DA68A. Grayscale: #717171. Windows color (decimal): -6137483 or 7690658. OLE color: 7690658.

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

Color convert

RGB 162 89 117 -
CMYK 0 0.45 0.28 0.36
HSL 336.99º 0.29% 0.49% -
HSV(B) 336.99º 0.45% 0.64% -
XYZ 21.68 16.11 18.8 -
YUV 114.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 162 89 117 0 0.45 0.28 0.36 336.99 0.29 0.49
Hex A2 59 75 0 2D 1C 24 151 1D 31
Octal 242 131 165 0 55 34 44 521 35 61
Binary 10100010 1011001 1110101 0 101101 11100 100100 101010001 11101 110001

Color Harmonies of #A25975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25975

Black with #A25975

Text Example


Text Example

White with #A25975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25975; }

 p { color: rgb(162,89,117); }

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

background-color css

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

 a { background-color: rgb(162,89,117); }

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

border-color css

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

 span { border-color: rgb(162,89,117); }

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