Html Css Color HEX #A96177 Turkish Rose

📋 copy color: '#A96177'

red 169 ◦ green 97 ◦ blue 119

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

Shades of Turkish Rose #A96177

Tints of Turkish Rose #A96177

RGB

 RED value IS 169 (66.41% from 255) = 43.9%

 GREEN value IS 97 (38.28% from 255) = 25.19%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 43.9%
G = 25.19%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A96177 (or 0xA96177) is known color: Turkish Rose. HEX triplet: A9, 61 and 77. RGB value is (169,97,119). Sum of RGB (Red+Green+Blue) = 169+97+119=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A96177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96177 is #569E88. Grayscale: #797979. Windows color (decimal): -5676681 or 7823785. OLE color: 7823785.

HSL color Cylindrical-coordinate representation of color #A96177: hue angle of 341.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96177 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 119 -
CMYK 0 0.43 0.30 0.34
HSL 341.67º 0.3% 0.52% -
HSV(B) 341.67º 0.43% 0.66% -
XYZ 23.97 18.32 19.72 -
YUV 121.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 169 97 119 0 0.43 0.30 0.34 341.67 0.3 0.52
Hex A9 61 77 0 2B 1E 22 156 1E 34
Octal 251 141 167 0 53 36 42 526 36 64
Binary 10101001 1100001 1110111 0 101011 11110 100010 101010110 11110 110100

Color Harmonies of #A96177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96177

Black with #A96177

Text Example


Text Example

White with #A96177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96177; }

 p { color: rgb(169,97,119); }

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

background-color css

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

 a { background-color: rgb(169,97,119); }

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

border-color css

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

 span { border-color: rgb(169,97,119); }

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