Html Css Color HEX #9A5957 Rose Taupe

📋 copy color: '#9A5957'

red 154 ◦ green 89 ◦ blue 87

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

Shades of Rose Taupe #9A5957

Tints of Rose Taupe #9A5957

RGB

 RED value IS 154 (60.55% from 255) = 46.67%

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

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 46.67%
G = 26.97%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#9A5957 (or 0x9A5957) is known color: Rose Taupe. HEX triplet: 9A, 59 and 57. RGB value is (154,89,87). Sum of RGB (Red+Green+Blue) = 154+89+87=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5957 is #65A6A8. Grayscale: #6C6C6C. Windows color (decimal): -6661801 or 5724570. OLE color: 5724570.

HSL color Cylindrical-coordinate representation of color #9A5957: hue angle of 1.79º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A5957 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 89 87 -
CMYK 0 0.42 0.44 0.40
HSL 1.79º 0.28% 0.47% -
HSV(B) 1.79º 0.44% 0.6% -
XYZ 18.62 14.7 10.87 -
YUV 108.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 154 89 87 0 0.42 0.44 0.40 1.79 0.28 0.47
Hex 9A 59 57 0 2A 2C 28 2 1C 2F
Octal 232 131 127 0 52 54 50 2 34 57
Binary 10011010 1011001 1010111 0 101010 101100 101000 10 11100 101111

Color Harmonies of #9A5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5957

Black with #9A5957

Text Example


Text Example

White with #9A5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5957; }

 p { color: rgb(154,89,87); }

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

background-color css

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

 a { background-color: rgb(154,89,87); }

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

border-color css

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

 span { border-color: rgb(154,89,87); }

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