Html Css Color HEX #A96071 Turkish Rose

📋 copy color: '#A96071'

red 169 ◦ green 96 ◦ blue 113

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

Shades of Turkish Rose #A96071

Tints of Turkish Rose #A96071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 44.71%
G = 25.4%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A96071 (or 0xA96071) is known color: Turkish Rose. HEX triplet: A9, 60 and 71. RGB value is (169,96,113). Sum of RGB (Red+Green+Blue) = 169+96+113=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A96071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96071 is #569F8E. Grayscale: #777777. Windows color (decimal): -5676943 or 7430313. OLE color: 7430313.

HSL color Cylindrical-coordinate representation of color #A96071: hue angle of 346.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96071 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 113 -
CMYK 0 0.43 0.33 0.34
HSL 346.03º 0.3% 0.52% -
HSV(B) 346.03º 0.43% 0.66% -
XYZ 23.53 17.99 17.86 -
YUV 119.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 169 96 113 0 0.43 0.33 0.34 346.03 0.3 0.52
Hex A9 60 71 0 2B 21 22 15A 1E 34
Octal 251 140 161 0 53 41 42 532 36 64
Binary 10101001 1100000 1110001 0 101011 100001 100010 101011010 11110 110100

Color Harmonies of #A96071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96071

Black with #A96071

Text Example


Text Example

White with #A96071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96071; }

 p { color: rgb(169,96,113); }

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

background-color css

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

 a { background-color: rgb(169,96,113); }

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

border-color css

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

 span { border-color: rgb(169,96,113); }

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