Html Css Color HEX #A45F74 Mauve Taupe

📋 copy color: '#A45F74'

red 164 ◦ green 95 ◦ blue 116

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

Shades of Mauve Taupe #A45F74

Tints of Mauve Taupe #A45F74

RGB

 RED value IS 164 (64.45% from 255) = 43.73%

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

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

R = 43.73%
G = 25.33%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A45F74 (or 0xA45F74) is known color: Mauve Taupe. HEX triplet: A4, 5F and 74. RGB value is (164,95,116). Sum of RGB (Red+Green+Blue) = 164+95+116=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F74 is #5BA08B. Grayscale: #767676. Windows color (decimal): -6004876 or 7626660. OLE color: 7626660.

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

Color convert

RGB 164 95 116 -
CMYK 0 0.42 0.29 0.36
HSL 341.74º 0.27% 0.51% -
HSV(B) 341.74º 0.42% 0.64% -
XYZ 22.55 17.34 18.68 -
YUV 118.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 164 95 116 0 0.42 0.29 0.36 341.74 0.27 0.51
Hex A4 5F 74 0 2A 1D 24 156 1B 33
Octal 244 137 164 0 52 35 44 526 33 63
Binary 10100100 1011111 1110100 0 101010 11101 100100 101010110 11011 110011

Color Harmonies of #A45F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F74

Black with #A45F74

Text Example


Text Example

White with #A45F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F74; }

 p { color: rgb(164,95,116); }

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

background-color css

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

 a { background-color: rgb(164,95,116); }

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

border-color css

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

 span { border-color: rgb(164,95,116); }

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