Html Css Color HEX #9A8384 Turkish Rose

📋 copy color: '#9A8384'

red 154 ◦ green 131 ◦ blue 132

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

Shades of Turkish Rose #9A8384

Tints of Turkish Rose #9A8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

 BLUE value IS 132 (51.95% from 255) = 31.65%

R = 36.93%
G = 31.41%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A8384 (or 0x9A8384) is known color: Turkish Rose. HEX triplet: 9A, 83 and 84. RGB value is (154,131,132). Sum of RGB (Red+Green+Blue) = 154+131+132=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8384 is #657C7B. Grayscale: #8A8A8A. Windows color (decimal): -6651004 or 8684442. OLE color: 8684442.

HSL color Cylindrical-coordinate representation of color #9A8384: hue angle of 357.39º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9A8384 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 131 132 -
CMYK 0 0.15 0.14 0.40
HSL 357.39º 0.1% 0.56% -
HSV(B) 357.39º 0.15% 0.6% -
XYZ 25.61 24.77 25.26 -
YUV 137.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 154 131 132 0 0.15 0.14 0.40 357.39 0.1 0.56
Hex 9A 83 84 0 F E 28 165 A 38
Octal 232 203 204 0 17 16 50 545 12 70
Binary 10011010 10000011 10000100 0 1111 1110 101000 101100101 1010 111000

Color Harmonies of #9A8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8384

Black with #9A8384

Text Example


Text Example

White with #9A8384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,131,132); }

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

background-color css

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

 a { background-color: rgb(154,131,132); }

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

border-color css

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

 span { border-color: rgb(154,131,132); }

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