Html Css Color HEX #A25E6A Mauve Taupe

📋 copy color: '#A25E6A'

red 162 ◦ green 94 ◦ blue 106

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

Shades of Mauve Taupe #A25E6A

Tints of Mauve Taupe #A25E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.97%

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 44.75%
G = 25.97%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A25E6A (or 0xA25E6A) is known color: Mauve Taupe. HEX triplet: A2, 5E and 6A. RGB value is (162,94,106). Sum of RGB (Red+Green+Blue) = 162+94+106=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E6A is #5DA195. Grayscale: #737373. Windows color (decimal): -6136214 or 6971042. OLE color: 6971042.

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

Color convert

RGB 162 94 106 -
CMYK 0 0.42 0.35 0.36
HSL 349.41º 0.27% 0.5% -
HSV(B) 349.41º 0.42% 0.64% -
XYZ 21.5 16.73 15.73 -
YUV 115.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 162 94 106 0 0.42 0.35 0.36 349.41 0.27 0.5
Hex A2 5E 6A 0 2A 23 24 15D 1B 32
Octal 242 136 152 0 52 43 44 535 33 62
Binary 10100010 1011110 1101010 0 101010 100011 100100 101011101 11011 110010

Color Harmonies of #A25E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E6A

Black with #A25E6A

Text Example


Text Example

White with #A25E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E6A; }

 p { color: rgb(162,94,106); }

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

background-color css

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

 a { background-color: rgb(162,94,106); }

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

border-color css

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

 span { border-color: rgb(162,94,106); }

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