Html Css Color HEX #9A6770 Turkish Rose

📋 copy color: '#9A6770'

red 154 ◦ green 103 ◦ blue 112

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

Shades of Turkish Rose #9A6770

Tints of Turkish Rose #9A6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 41.73%
G = 27.91%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A6770 (or 0x9A6770) is known color: Turkish Rose. HEX triplet: 9A, 67 and 70. RGB value is (154,103,112). Sum of RGB (Red+Green+Blue) = 154+103+112=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6770 is #65988F. Grayscale: #777777. Windows color (decimal): -6658192 or 7366554. OLE color: 7366554.

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

Color convert

RGB 154 103 112 -
CMYK 0 0.33 0.27 0.40
HSL 349.41º 0.2% 0.5% -
HSV(B) 349.41º 0.33% 0.6% -
XYZ 21.1 17.74 17.64 -
YUV 119.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 154 103 112 0 0.33 0.27 0.40 349.41 0.2 0.5
Hex 9A 67 70 0 21 1B 28 15D 14 32
Octal 232 147 160 0 41 33 50 535 24 62
Binary 10011010 1100111 1110000 0 100001 11011 101000 101011101 10100 110010

Color Harmonies of #9A6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6770

Black with #9A6770

Text Example


Text Example

White with #9A6770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,103,112); }

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

background-color css

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

 a { background-color: rgb(154,103,112); }

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

border-color css

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

 span { border-color: rgb(154,103,112); }

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