Html Css Color HEX #A96473 Turkish Rose

📋 copy color: '#A96473'

red 169 ◦ green 100 ◦ blue 115

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

Shades of Turkish Rose #A96473

Tints of Turkish Rose #A96473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.04%

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 44.01%
G = 26.04%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A96473 (or 0xA96473) is known color: Turkish Rose. HEX triplet: A9, 64 and 73. RGB value is (169,100,115). Sum of RGB (Red+Green+Blue) = 169+100+115=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A96473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96473 is #569B8C. Grayscale: #7A7A7A. Windows color (decimal): -5675917 or 7562409. OLE color: 7562409.

HSL color Cylindrical-coordinate representation of color #A96473: hue angle of 346.96º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96473 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 100 115 -
CMYK 0 0.41 0.32 0.34
HSL 346.96º 0.29% 0.53% -
HSV(B) 346.96º 0.41% 0.66% -
XYZ 24.01 18.79 18.58 -
YUV 122.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 169 100 115 0 0.41 0.32 0.34 346.96 0.29 0.53
Hex A9 64 73 0 29 20 22 15B 1D 35
Octal 251 144 163 0 51 40 42 533 35 65
Binary 10101001 1100100 1110011 0 101001 100000 100010 101011011 11101 110101

Color Harmonies of #A96473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96473

Black with #A96473

Text Example


Text Example

White with #A96473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96473; }

 p { color: rgb(169,100,115); }

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

background-color css

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

 a { background-color: rgb(169,100,115); }

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

border-color css

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

 span { border-color: rgb(169,100,115); }

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