Html Css Color HEX #A25672 Mauve Taupe

📋 copy color: '#A25672'

red 162 ◦ green 86 ◦ blue 114

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

Shades of Mauve Taupe #A25672

Tints of Mauve Taupe #A25672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 44.75%
G = 23.76%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25672 (or 0xA25672) is known color: Mauve Taupe. HEX triplet: A2, 56 and 72. RGB value is (162,86,114). Sum of RGB (Red+Green+Blue) = 162+86+114=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A25672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25672 is #5DA98D. Grayscale: #6F6F6F. Windows color (decimal): -6138254 or 7493282. OLE color: 7493282.

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

Color convert

RGB 162 86 114 -
CMYK 0 0.47 0.30 0.36
HSL 337.89º 0.31% 0.49% -
HSV(B) 337.89º 0.47% 0.64% -
XYZ 21.27 15.55 17.8 -
YUV 111.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 162 86 114 0 0.47 0.30 0.36 337.89 0.31 0.49
Hex A2 56 72 0 2F 1E 24 152 1F 31
Octal 242 126 162 0 57 36 44 522 37 61
Binary 10100010 1010110 1110010 0 101111 11110 100100 101010010 11111 110001

Color Harmonies of #A25672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25672

Black with #A25672

Text Example


Text Example

White with #A25672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25672; }

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

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

background-color css

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

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

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

border-color css

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

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

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