Html Css Color HEX #A1787B Turkish Rose

📋 copy color: '#A1787B'

red 161 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #A1787B

Tints of Turkish Rose #A1787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 39.85%
G = 29.7%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1787B (or 0xA1787B) is known color: Turkish Rose. HEX triplet: A1, 78 and 7B. RGB value is (161,120,123). Sum of RGB (Red+Green+Blue) = 161+120+123=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1787B is #5E8784. Grayscale: #848484. Windows color (decimal): -6195077 or 8091809. OLE color: 8091809.

HSL color Cylindrical-coordinate representation of color #A1787B: hue angle of 355.61º 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 #A1787B is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 120 123 -
CMYK 0 0.25 0.24 0.37
HSL 355.61º 0.18% 0.55% -
HSV(B) 355.61º 0.25% 0.63% -
XYZ 24.99 22.44 21.75 -
YUV 132.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 161 120 123 0 0.25 0.24 0.37 355.61 0.18 0.55
Hex A1 78 7B 0 19 18 25 164 12 37
Octal 241 170 173 0 31 30 45 544 22 67
Binary 10100001 1111000 1111011 0 11001 11000 100101 101100100 10010 110111

Color Harmonies of #A1787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1787B

Black with #A1787B

Text Example


Text Example

White with #A1787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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