Html Css Color HEX #A25A6F Mauve Taupe

📋 copy color: '#A25A6F'

red 162 ◦ green 90 ◦ blue 111

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

Shades of Mauve Taupe #A25A6F

Tints of Mauve Taupe #A25A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 44.63%
G = 24.79%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A25A6F (or 0xA25A6F) is known color: Mauve Taupe. HEX triplet: A2, 5A and 6F. RGB value is (162,90,111). Sum of RGB (Red+Green+Blue) = 162+90+111=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A6F is #5DA590. Grayscale: #717171. Windows color (decimal): -6137233 or 7297698. OLE color: 7297698.

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

Color convert

RGB 162 90 111 -
CMYK 0 0.44 0.31 0.36
HSL 342.5º 0.29% 0.49% -
HSV(B) 342.5º 0.44% 0.64% -
XYZ 21.43 16.14 17.03 -
YUV 113.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 162 90 111 0 0.44 0.31 0.36 342.5 0.29 0.49
Hex A2 5A 6F 0 2C 1F 24 156 1D 31
Octal 242 132 157 0 54 37 44 526 35 61
Binary 10100010 1011010 1101111 0 101100 11111 100100 101010110 11101 110001

Color Harmonies of #A25A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A6F

Black with #A25A6F

Text Example


Text Example

White with #A25A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A6F; }

 p { color: rgb(162,90,111); }

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

background-color css

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

 a { background-color: rgb(162,90,111); }

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

border-color css

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

 span { border-color: rgb(162,90,111); }

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