Html Css Color HEX #A25958 Rose Taupe

📋 copy color: '#A25958'

red 162 ◦ green 89 ◦ blue 88

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

Shades of Rose Taupe #A25958

Tints of Rose Taupe #A25958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

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

R = 47.79%
G = 26.25%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A25958 (or 0xA25958) is known color: Rose Taupe. HEX triplet: A2, 59 and 58. RGB value is (162,89,88). Sum of RGB (Red+Green+Blue) = 162+89+88=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A25958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25958 is #5DA6A7. Grayscale: #6E6E6E. Windows color (decimal): -6137512 or 5790114. OLE color: 5790114.

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

Color convert

RGB 162 89 88 -
CMYK 0 0.45 0.46 0.36
HSL 0.81º 0.3% 0.49% -
HSV(B) 0.81º 0.46% 0.64% -
XYZ 20.23 15.53 11.16 -
YUV 110.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 162 89 88 0 0.45 0.46 0.36 0.81 0.3 0.49
Hex A2 59 58 0 2D 2E 24 1 1E 31
Octal 242 131 130 0 55 56 44 1 36 61
Binary 10100010 1011001 1011000 0 101101 101110 100100 1 11110 110001

Color Harmonies of #A25958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25958

Black with #A25958

Text Example


Text Example

White with #A25958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25958; }

 p { color: rgb(162,89,88); }

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

background-color css

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

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

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

border-color css

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

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

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