Html Css Color HEX #A05858 Rose Taupe

📋 copy color: '#A05858'

red 160 ◦ green 88 ◦ blue 88

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

Shades of Rose Taupe #A05858

Tints of Rose Taupe #A05858

RGB

 RED value IS 160 (62.89% from 255) = 47.62%

 GREEN value IS 88 (34.77% from 255) = 26.19%

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 47.62%
G = 26.19%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A05858 (or 0xA05858) is known color: Rose Taupe. HEX triplet: A0, 58 and 58. RGB value is (160,88,88). Sum of RGB (Red+Green+Blue) = 160+88+88=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A05858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05858 is #5FA7A7. Grayscale: #6D6D6D. Windows color (decimal): -6268840 or 5789856. OLE color: 5789856.

HSL color Cylindrical-coordinate representation of color #A05858: hue angle of 0º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A05858 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 88 88 -
CMYK 0 0.45 0.45 0.37
HSL 0.29% 0.49% -
HSV(B) 0.45% 0.63% -
XYZ 19.75 15.16 11.12 -
YUV 109.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 160 88 88 0 0.45 0.45 0.37 0 0.29 0.49
Hex A0 58 58 0 2D 2D 25 0 1D 31
Octal 240 130 130 0 55 55 45 0 35 61
Binary 10100000 1011000 1011000 0 101101 101101 100101 0 11101 110001

Color Harmonies of #A05858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05858

Black with #A05858

Text Example


Text Example

White with #A05858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05858; }

 p { color: rgb(160,88,88); }

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

background-color css

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

 a { background-color: rgb(160,88,88); }

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

border-color css

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

 span { border-color: rgb(160,88,88); }

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