Html Css Color HEX #9A5D5C Rose Taupe

📋 copy color: '#9A5D5C'

red 154 ◦ green 93 ◦ blue 92

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

Shades of Rose Taupe #9A5D5C

Tints of Rose Taupe #9A5D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

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

R = 45.43%
G = 27.43%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A5D5C (or 0x9A5D5C) is known color: Rose Taupe. HEX triplet: 9A, 5D and 5C. RGB value is (154,93,92). Sum of RGB (Red+Green+Blue) = 154+93+92=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5D5C is #65A2A3. Grayscale: #6F6F6F. Windows color (decimal): -6660772 or 6053274. OLE color: 6053274.

HSL color Cylindrical-coordinate representation of color #9A5D5C: hue angle of 0.97º 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 #9A5D5C is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 93 92 -
CMYK 0 0.40 0.40 0.40
HSL 0.97º 0.25% 0.48% -
HSV(B) 0.97º 0.4% 0.6% -
XYZ 19.17 15.47 12.1 -
YUV 111.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 154 93 92 0 0.40 0.40 0.40 0.97 0.25 0.48
Hex 9A 5D 5C 0 28 28 28 1 19 30
Octal 232 135 134 0 50 50 50 1 31 60
Binary 10011010 1011101 1011100 0 101000 101000 101000 1 11001 110000

Color Harmonies of #9A5D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5D5C

Black with #9A5D5C

Text Example


Text Example

White with #9A5D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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