Html Css Color HEX #A25774 Mauve Taupe

📋 copy color: '#A25774'

red 162 ◦ green 87 ◦ blue 116

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

Shades of Mauve Taupe #A25774

Tints of Mauve Taupe #A25774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.84%

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 44.38%
G = 23.84%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A25774 (or 0xA25774) is known color: Mauve Taupe. HEX triplet: A2, 57 and 74. RGB value is (162,87,116). Sum of RGB (Red+Green+Blue) = 162+87+116=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25774 is #5DA88B. Grayscale: #707070. Windows color (decimal): -6137996 or 7624610. OLE color: 7624610.

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

Color convert

RGB 162 87 116 -
CMYK 0 0.46 0.28 0.36
HSL 336.8º 0.3% 0.49% -
HSV(B) 336.8º 0.46% 0.64% -
XYZ 21.46 15.76 18.43 -
YUV 112.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 162 87 116 0 0.46 0.28 0.36 336.8 0.3 0.49
Hex A2 57 74 0 2E 1C 24 151 1E 31
Octal 242 127 164 0 56 34 44 521 36 61
Binary 10100010 1010111 1110100 0 101110 11100 100100 101010001 11110 110001

Color Harmonies of #A25774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25774

Black with #A25774

Text Example


Text Example

White with #A25774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25774; }

 p { color: rgb(162,87,116); }

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

background-color css

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

 a { background-color: rgb(162,87,116); }

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

border-color css

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

 span { border-color: rgb(162,87,116); }

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