Html Css Color HEX #A96F7A Turkish Rose

📋 copy color: '#A96F7A'

red 169 ◦ green 111 ◦ blue 122

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

Shades of Turkish Rose #A96F7A

Tints of Turkish Rose #A96F7A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 42.04%
G = 27.61%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A96F7A (or 0xA96F7A) is known color: Turkish Rose. HEX triplet: A9, 6F and 7A. RGB value is (169,111,122). Sum of RGB (Red+Green+Blue) = 169+111+122=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F7A is #569085. Grayscale: #818181. Windows color (decimal): -5673094 or 8023977. OLE color: 8023977.

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

Color convert

RGB 169 111 122 -
CMYK 0 0.34 0.28 0.34
HSL 348.62º 0.25% 0.55% -
HSV(B) 348.62º 0.34% 0.66% -
XYZ 25.56 21.21 21.16 -
YUV 129.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 169 111 122 0 0.34 0.28 0.34 348.62 0.25 0.55
Hex A9 6F 7A 0 22 1C 22 15D 19 37
Octal 251 157 172 0 42 34 42 535 31 67
Binary 10101001 1101111 1111010 0 100010 11100 100010 101011101 11001 110111

Color Harmonies of #A96F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96F7A

Black with #A96F7A

Text Example


Text Example

White with #A96F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96F7A; }

 p { color: rgb(169,111,122); }

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

background-color css

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

 a { background-color: rgb(169,111,122); }

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

border-color css

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

 span { border-color: rgb(169,111,122); }

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