Html Css Color HEX #A25F77 Mauve Taupe

📋 copy color: '#A25F77'

red 162 ◦ green 95 ◦ blue 119

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

Shades of Mauve Taupe #A25F77

Tints of Mauve Taupe #A25F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 43.09%
G = 25.27%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A25F77 (or 0xA25F77) is known color: Mauve Taupe. HEX triplet: A2, 5F and 77. RGB value is (162,95,119). Sum of RGB (Red+Green+Blue) = 162+95+119=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F77 is #5DA088. Grayscale: #757575. Windows color (decimal): -6135945 or 7823266. OLE color: 7823266.

HSL color Cylindrical-coordinate representation of color #A25F77: hue angle of 338.51º 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 #A25F77 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 95 119 -
CMYK 0 0.41 0.27 0.36
HSL 338.51º 0.26% 0.5% -
HSV(B) 338.51º 0.41% 0.64% -
XYZ 22.32 17.2 19.6 -
YUV 117.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 162 95 119 0 0.41 0.27 0.36 338.51 0.26 0.5
Hex A2 5F 77 0 29 1B 24 153 1A 32
Octal 242 137 167 0 51 33 44 523 32 62
Binary 10100010 1011111 1110111 0 101001 11011 100100 101010011 11010 110010

Color Harmonies of #A25F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F77

Black with #A25F77

Text Example


Text Example

White with #A25F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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