Html Css Color HEX #A1767C Turkish Rose

📋 copy color: '#A1767C'

red 161 ◦ green 118 ◦ blue 124

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

Shades of Turkish Rose #A1767C

Tints of Turkish Rose #A1767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

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

R = 39.95%
G = 29.28%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1767C (or 0xA1767C) is known color: Turkish Rose. HEX triplet: A1, 76 and 7C. RGB value is (161,118,124). Sum of RGB (Red+Green+Blue) = 161+118+124=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1767C is #5E8983. Grayscale: #838383. Windows color (decimal): -6195588 or 8156833. OLE color: 8156833.

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

Color convert

RGB 161 118 124 -
CMYK 0 0.27 0.23 0.37
HSL 351.63º 0.19% 0.55% -
HSV(B) 351.63º 0.27% 0.63% -
XYZ 24.81 21.99 22.01 -
YUV 131.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 161 118 124 0 0.27 0.23 0.37 351.63 0.19 0.55
Hex A1 76 7C 0 1B 17 25 160 13 37
Octal 241 166 174 0 33 27 45 540 23 67
Binary 10100001 1110110 1111100 0 11011 10111 100101 101100000 10011 110111

Color Harmonies of #A1767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1767C

Black with #A1767C

Text Example


Text Example

White with #A1767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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