Html Css Color HEX #A25673 Mauve Taupe

📋 copy color: '#A25673'

red 162 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #A25673

Tints of Mauve Taupe #A25673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

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

R = 44.63%
G = 23.69%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A25673 (or 0xA25673) is known color: Mauve Taupe. HEX triplet: A2, 56 and 73. RGB value is (162,86,115). Sum of RGB (Red+Green+Blue) = 162+86+115=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25673 is #5DA98C. Grayscale: #6F6F6F. Windows color (decimal): -6138253 or 7558818. OLE color: 7558818.

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

Color convert

RGB 162 86 115 -
CMYK 0 0.47 0.29 0.36
HSL 337.11º 0.31% 0.49% -
HSV(B) 337.11º 0.47% 0.64% -
XYZ 21.32 15.57 18.1 -
YUV 112.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 162 86 115 0 0.47 0.29 0.36 337.11 0.31 0.49
Hex A2 56 73 0 2F 1D 24 151 1F 31
Octal 242 126 163 0 57 35 44 521 37 61
Binary 10100010 1010110 1110011 0 101111 11101 100100 101010001 11111 110001

Color Harmonies of #A25673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25673

Black with #A25673

Text Example


Text Example

White with #A25673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25673; }

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

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

background-color css

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

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

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

border-color css

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

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

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