Html Css Color HEX #A96672 Turkish Rose

📋 copy color: '#A96672'

red 169 ◦ green 102 ◦ blue 114

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

Shades of Turkish Rose #A96672

Tints of Turkish Rose #A96672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 43.9%
G = 26.49%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A96672 (or 0xA96672) is known color: Turkish Rose. HEX triplet: A9, 66 and 72. RGB value is (169,102,114). Sum of RGB (Red+Green+Blue) = 169+102+114=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A96672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96672 is #56998D. Grayscale: #7B7B7B. Windows color (decimal): -5675406 or 7497385. OLE color: 7497385.

HSL color Cylindrical-coordinate representation of color #A96672: hue angle of 349.25º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96672 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 102 114 -
CMYK 0 0.40 0.33 0.34
HSL 349.25º 0.28% 0.53% -
HSV(B) 349.25º 0.4% 0.66% -
XYZ 24.15 19.15 18.34 -
YUV 123.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 169 102 114 0 0.40 0.33 0.34 349.25 0.28 0.53
Hex A9 66 72 0 28 21 22 15D 1C 35
Octal 251 146 162 0 50 41 42 535 34 65
Binary 10101001 1100110 1110010 0 101000 100001 100010 101011101 11100 110101

Color Harmonies of #A96672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96672

Black with #A96672

Text Example


Text Example

White with #A96672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96672; }

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

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

background-color css

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

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

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

border-color css

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

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

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