Html Css Color HEX #A55C74 Mauve Taupe

📋 copy color: '#A55C74'

red 165 ◦ green 92 ◦ blue 116

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

Shades of Mauve Taupe #A55C74

Tints of Mauve Taupe #A55C74

RGB

 RED value IS 165 (64.84% from 255) = 44.24%

 GREEN value IS 92 (36.33% from 255) = 24.66%

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

R = 44.24%
G = 24.66%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A55C74 (or 0xA55C74) is known color: Mauve Taupe. HEX triplet: A5, 5C and 74. RGB value is (165,92,116). Sum of RGB (Red+Green+Blue) = 165+92+116=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C74 is #5AA38B. Grayscale: #747474. Windows color (decimal): -5940108 or 7625893. OLE color: 7625893.

HSL color Cylindrical-coordinate representation of color #A55C74: hue angle of 340.27º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55C74 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 92 116 -
CMYK 0 0.44 0.30 0.35
HSL 340.27º 0.29% 0.5% -
HSV(B) 340.27º 0.44% 0.65% -
XYZ 22.5 16.91 18.6 -
YUV 116.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 165 92 116 0 0.44 0.30 0.35 340.27 0.29 0.5
Hex A5 5C 74 0 2C 1E 23 154 1D 32
Octal 245 134 164 0 54 36 43 524 35 62
Binary 10100101 1011100 1110100 0 101100 11110 100011 101010100 11101 110010

Color Harmonies of #A55C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C74

Black with #A55C74

Text Example


Text Example

White with #A55C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C74; }

 p { color: rgb(165,92,116); }

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

background-color css

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

 a { background-color: rgb(165,92,116); }

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

border-color css

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

 span { border-color: rgb(165,92,116); }

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