Html Css Color HEX #9A5E5C Rose Taupe

📋 copy color: '#9A5E5C'

red 154 ◦ green 94 ◦ blue 92

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

Shades of Rose Taupe #9A5E5C

Tints of Rose Taupe #9A5E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 45.29%
G = 27.65%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A5E5C (or 0x9A5E5C) is known color: Rose Taupe. HEX triplet: 9A, 5E and 5C. RGB value is (154,94,92). Sum of RGB (Red+Green+Blue) = 154+94+92=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E5C is #65A1A3. Grayscale: #6F6F6F. Windows color (decimal): -6660516 or 6053530. OLE color: 6053530.

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

Color convert

RGB 154 94 92 -
CMYK 0 0.39 0.40 0.40
HSL 1.94º 0.25% 0.48% -
HSV(B) 1.94º 0.4% 0.6% -
XYZ 19.26 15.65 12.13 -
YUV 111.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 154 94 92 0 0.39 0.40 0.40 1.94 0.25 0.48
Hex 9A 5E 5C 0 27 28 28 2 19 30
Octal 232 136 134 0 47 50 50 2 31 60
Binary 10011010 1011110 1011100 0 100111 101000 101000 10 11001 110000

Color Harmonies of #9A5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E5C

Black with #9A5E5C

Text Example


Text Example

White with #9A5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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