Html Css Color HEX #A96472 Turkish Rose

📋 copy color: '#A96472'

red 169 ◦ green 100 ◦ blue 114

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

Shades of Turkish Rose #A96472

Tints of Turkish Rose #A96472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 44.13%
G = 26.11%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A96472 (or 0xA96472) is known color: Turkish Rose. HEX triplet: A9, 64 and 72. RGB value is (169,100,114). Sum of RGB (Red+Green+Blue) = 169+100+114=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A96472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96472 is #569B8D. Grayscale: #7A7A7A. Windows color (decimal): -5675918 or 7496873. OLE color: 7496873.

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

Color convert

RGB 169 100 114 -
CMYK 0 0.41 0.33 0.34
HSL 347.83º 0.29% 0.53% -
HSV(B) 347.83º 0.41% 0.66% -
XYZ 23.96 18.76 18.28 -
YUV 122.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 169 100 114 0 0.41 0.33 0.34 347.83 0.29 0.53
Hex A9 64 72 0 29 21 22 15C 1D 35
Octal 251 144 162 0 51 41 42 534 35 65
Binary 10101001 1100100 1110010 0 101001 100001 100010 101011100 11101 110101

Color Harmonies of #A96472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96472

Black with #A96472

Text Example


Text Example

White with #A96472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96472; }

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

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

background-color css

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

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

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

border-color css

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

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

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