Html Css Color HEX #9A5E58 Rose Taupe

📋 copy color: '#9A5E58'

red 154 ◦ green 94 ◦ blue 88

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

Shades of Rose Taupe #9A5E58

Tints of Rose Taupe #9A5E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

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

R = 45.83%
G = 27.98%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#9A5E58 (or 0x9A5E58) is known color: Rose Taupe. HEX triplet: 9A, 5E and 58. RGB value is (154,94,88). Sum of RGB (Red+Green+Blue) = 154+94+88=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E58 is #65A1A7. Grayscale: #6F6F6F. Windows color (decimal): -6660520 or 5791386. OLE color: 5791386.

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

Color convert

RGB 154 94 88 -
CMYK 0 0.39 0.43 0.40
HSL 5.45º 0.27% 0.47% -
HSV(B) 5.45º 0.43% 0.6% -
XYZ 19.09 15.58 11.23 -
YUV 111.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 154 94 88 0 0.39 0.43 0.40 5.45 0.27 0.47
Hex 9A 5E 58 0 27 2B 28 5 1B 2F
Octal 232 136 130 0 47 53 50 5 33 57
Binary 10011010 1011110 1011000 0 100111 101011 101000 101 11011 101111

Color Harmonies of #9A5E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E58

Black with #9A5E58

Text Example


Text Example

White with #9A5E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,94,88); }

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

background-color css

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

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

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

border-color css

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

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

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