Html Css Color HEX #A96670 Turkish Rose

📋 copy color: '#A96670'

red 169 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #A96670

Tints of Turkish Rose #A96670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 44.13%
G = 26.63%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A96670 (or 0xA96670) is known color: Turkish Rose. HEX triplet: A9, 66 and 70. RGB value is (169,102,112). Sum of RGB (Red+Green+Blue) = 169+102+112=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A96670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96670 is #56998F. Grayscale: #7B7B7B. Windows color (decimal): -5675408 or 7366313. OLE color: 7366313.

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

Color convert

RGB 169 102 112 -
CMYK 0 0.40 0.34 0.34
HSL 351.04º 0.28% 0.53% -
HSV(B) 351.04º 0.4% 0.66% -
XYZ 24.04 19.11 17.75 -
YUV 123.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 169 102 112 0 0.40 0.34 0.34 351.04 0.28 0.53
Hex A9 66 70 0 28 22 22 15F 1C 35
Octal 251 146 160 0 50 42 42 537 34 65
Binary 10101001 1100110 1110000 0 101000 100010 100010 101011111 11100 110101

Color Harmonies of #A96670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96670

Black with #A96670

Text Example


Text Example

White with #A96670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96670; }

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

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

background-color css

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

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

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

border-color css

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

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

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