Html Css Color HEX #A96E7C Turkish Rose

📋 copy color: '#A96E7C'

red 169 ◦ green 110 ◦ blue 124

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

Shades of Turkish Rose #A96E7C

Tints of Turkish Rose #A96E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 41.94%
G = 27.3%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A96E7C (or 0xA96E7C) is known color: Turkish Rose. HEX triplet: A9, 6E and 7C. RGB value is (169,110,124). Sum of RGB (Red+Green+Blue) = 169+110+124=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E7C is #569183. Grayscale: #818181. Windows color (decimal): -5673348 or 8154793. OLE color: 8154793.

HSL color Cylindrical-coordinate representation of color #A96E7C: hue angle of 345.76º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E7C is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 110 124 -
CMYK 0 0.35 0.27 0.34
HSL 345.76º 0.26% 0.55% -
HSV(B) 345.76º 0.35% 0.66% -
XYZ 25.58 21.04 21.78 -
YUV 129.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 169 110 124 0 0.35 0.27 0.34 345.76 0.26 0.55
Hex A9 6E 7C 0 23 1B 22 15A 1A 37
Octal 251 156 174 0 43 33 42 532 32 67
Binary 10101001 1101110 1111100 0 100011 11011 100010 101011010 11010 110111

Color Harmonies of #A96E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E7C

Black with #A96E7C

Text Example


Text Example

White with #A96E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E7C; }

 p { color: rgb(169,110,124); }

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

background-color css

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

 a { background-color: rgb(169,110,124); }

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

border-color css

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

 span { border-color: rgb(169,110,124); }

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