Html Css Color HEX #A96176 Turkish Rose

📋 copy color: '#A96176'

red 169 ◦ green 97 ◦ blue 118

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

Shades of Turkish Rose #A96176

Tints of Turkish Rose #A96176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 44.01%
G = 25.26%
B = 30.73%

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

#A96176 (or 0xA96176) is known color: Turkish Rose. HEX triplet: A9, 61 and 76. RGB value is (169,97,118). Sum of RGB (Red+Green+Blue) = 169+97+118=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A96176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96176 is #569E89. Grayscale: #787878. Windows color (decimal): -5676682 or 7758249. OLE color: 7758249.

HSL color Cylindrical-coordinate representation of color #A96176: hue angle of 342.5º 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 #A96176 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 118 -
CMYK 0 0.43 0.30 0.34
HSL 342.5º 0.3% 0.52% -
HSV(B) 342.5º 0.43% 0.66% -
XYZ 23.91 18.29 19.41 -
YUV 120.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 169 97 118 0 0.43 0.30 0.34 342.5 0.3 0.52
Hex A9 61 76 0 2B 1E 22 156 1E 34
Octal 251 141 166 0 53 36 42 526 36 64
Binary 10101001 1100001 1110110 0 101011 11110 100010 101010110 11110 110100

Color Harmonies of #A96176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96176

Black with #A96176

Text Example


Text Example

White with #A96176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96176; }

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

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

background-color css

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

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

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

border-color css

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

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

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