Html Css Color HEX #A16E7E Turkish Rose

📋 copy color: '#A16E7E'

red 161 ◦ green 110 ◦ blue 126

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

Shades of Turkish Rose #A16E7E

Tints of Turkish Rose #A16E7E

RGB

 RED value IS 161 (63.28% from 255) = 40.55%

 GREEN value IS 110 (43.36% from 255) = 27.71%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 40.55%
G = 27.71%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A16E7E (or 0xA16E7E) is known color: Turkish Rose. HEX triplet: A1, 6E and 7E. RGB value is (161,110,126). Sum of RGB (Red+Green+Blue) = 161+110+126=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E7E is #5E9181. Grayscale: #7F7F7F. Windows color (decimal): -6197634 or 8285857. OLE color: 8285857.

HSL color Cylindrical-coordinate representation of color #A16E7E: hue angle of 341.18º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16E7E is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 110 126 -
CMYK 0 0.32 0.22 0.37
HSL 341.18º 0.21% 0.53% -
HSV(B) 341.18º 0.32% 0.63% -
XYZ 24.04 20.24 22.38 -
YUV 127.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 161 110 126 0 0.32 0.22 0.37 341.18 0.21 0.53
Hex A1 6E 7E 0 20 16 25 155 15 35
Octal 241 156 176 0 40 26 45 525 25 65
Binary 10100001 1101110 1111110 0 100000 10110 100101 101010101 10101 110101

Color Harmonies of #A16E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E7E

Black with #A16E7E

Text Example


Text Example

White with #A16E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E7E; }

 p { color: rgb(161,110,126); }

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

background-color css

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

 a { background-color: rgb(161,110,126); }

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

border-color css

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

 span { border-color: rgb(161,110,126); }

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