Html Css Color HEX #A25F6D Mauve Taupe

📋 copy color: '#A25F6D'

red 162 ◦ green 95 ◦ blue 109

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

Shades of Mauve Taupe #A25F6D

Tints of Mauve Taupe #A25F6D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 44.26%
G = 25.96%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A25F6D (or 0xA25F6D) is known color: Mauve Taupe. HEX triplet: A2, 5F and 6D. RGB value is (162,95,109). Sum of RGB (Red+Green+Blue) = 162+95+109=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F6D is #5DA092. Grayscale: #747474. Windows color (decimal): -6135955 or 7167906. OLE color: 7167906.

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

Color convert

RGB 162 95 109 -
CMYK 0 0.41 0.33 0.36
HSL 347.46º 0.26% 0.5% -
HSV(B) 347.46º 0.41% 0.64% -
XYZ 21.75 16.97 16.6 -
YUV 116.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 162 95 109 0 0.41 0.33 0.36 347.46 0.26 0.5
Hex A2 5F 6D 0 29 21 24 15B 1A 32
Octal 242 137 155 0 51 41 44 533 32 62
Binary 10100010 1011111 1101101 0 101001 100001 100100 101011011 11010 110010

Color Harmonies of #A25F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F6D

Black with #A25F6D

Text Example


Text Example

White with #A25F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F6D; }

 p { color: rgb(162,95,109); }

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

background-color css

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

 a { background-color: rgb(162,95,109); }

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

border-color css

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

 span { border-color: rgb(162,95,109); }

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