Html Css Color HEX #A1787C Turkish Rose

📋 copy color: '#A1787C'

red 161 ◦ green 120 ◦ blue 124

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

Shades of Turkish Rose #A1787C

Tints of Turkish Rose #A1787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.63%

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

R = 39.75%
G = 29.63%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1787C (or 0xA1787C) is known color: Turkish Rose. HEX triplet: A1, 78 and 7C. RGB value is (161,120,124). Sum of RGB (Red+Green+Blue) = 161+120+124=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1787C is #5E8783. Grayscale: #848484. Windows color (decimal): -6195076 or 8157345. OLE color: 8157345.

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

Color convert

RGB 161 120 124 -
CMYK 0 0.25 0.23 0.37
HSL 354.15º 0.18% 0.55% -
HSV(B) 354.15º 0.25% 0.63% -
XYZ 25.05 22.47 22.08 -
YUV 132.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 161 120 124 0 0.25 0.23 0.37 354.15 0.18 0.55
Hex A1 78 7C 0 19 17 25 162 12 37
Octal 241 170 174 0 31 27 45 542 22 67
Binary 10100001 1111000 1111100 0 11001 10111 100101 101100010 10010 110111

Color Harmonies of #A1787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1787C

Black with #A1787C

Text Example


Text Example

White with #A1787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1787C; }

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

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

background-color css

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

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

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

border-color css

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

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

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