Html Css Color HEX #A16C7C Turkish Rose

📋 copy color: '#A16C7C'

red 161 ◦ green 108 ◦ blue 124

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

Shades of Turkish Rose #A16C7C

Tints of Turkish Rose #A16C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.48%

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 40.97%
G = 27.48%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A16C7C (or 0xA16C7C) is known color: Turkish Rose. HEX triplet: A1, 6C and 7C. RGB value is (161,108,124). Sum of RGB (Red+Green+Blue) = 161+108+124=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C7C is #5E9383. Grayscale: #7D7D7D. Windows color (decimal): -6198148 or 8154273. OLE color: 8154273.

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

Color convert

RGB 161 108 124 -
CMYK 0 0.33 0.23 0.37
HSL 341.89º 0.22% 0.53% -
HSV(B) 341.89º 0.33% 0.63% -
XYZ 23.7 19.76 21.63 -
YUV 125.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 161 108 124 0 0.33 0.23 0.37 341.89 0.22 0.53
Hex A1 6C 7C 0 21 17 25 156 16 35
Octal 241 154 174 0 41 27 45 526 26 65
Binary 10100001 1101100 1111100 0 100001 10111 100101 101010110 10110 110101

Color Harmonies of #A16C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16C7C

Black with #A16C7C

Text Example


Text Example

White with #A16C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16C7C; }

 p { color: rgb(161,108,124); }

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

background-color css

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

 a { background-color: rgb(161,108,124); }

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

border-color css

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

 span { border-color: rgb(161,108,124); }

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