Html Css Color HEX #A35F70 Mauve Taupe

📋 copy color: '#A35F70'

red 163 ◦ green 95 ◦ blue 112

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

Shades of Mauve Taupe #A35F70

Tints of Mauve Taupe #A35F70

RGB

 RED value IS 163 (64.06% from 255) = 44.05%

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 44.05%
G = 25.68%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A35F70 (or 0xA35F70) is known color: Mauve Taupe. HEX triplet: A3, 5F and 70. RGB value is (163,95,112). Sum of RGB (Red+Green+Blue) = 163+95+112=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F70 is #5CA08F. Grayscale: #757575. Windows color (decimal): -6070416 or 7364515. OLE color: 7364515.

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

Color convert

RGB 163 95 112 -
CMYK 0 0.42 0.31 0.36
HSL 345º 0.27% 0.51% -
HSV(B) 345º 0.42% 0.64% -
XYZ 22.12 17.14 17.47 -
YUV 117.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 163 95 112 0 0.42 0.31 0.36 345 0.27 0.51
Hex A3 5F 70 0 2A 1F 24 159 1B 33
Octal 243 137 160 0 52 37 44 531 33 63
Binary 10100011 1011111 1110000 0 101010 11111 100100 101011001 11011 110011

Color Harmonies of #A35F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F70

Black with #A35F70

Text Example


Text Example

White with #A35F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F70; }

 p { color: rgb(163,95,112); }

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

background-color css

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

 a { background-color: rgb(163,95,112); }

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

border-color css

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

 span { border-color: rgb(163,95,112); }

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