Html Css Color HEX #A1767D Turkish Rose

📋 copy color: '#A1767D'

red 161 ◦ green 118 ◦ blue 125

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

Shades of Turkish Rose #A1767D

Tints of Turkish Rose #A1767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 39.85%
G = 29.21%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1767D (or 0xA1767D) is known color: Turkish Rose. HEX triplet: A1, 76 and 7D. RGB value is (161,118,125). Sum of RGB (Red+Green+Blue) = 161+118+125=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1767D is #5E8982. Grayscale: #838383. Windows color (decimal): -6195587 or 8222369. OLE color: 8222369.

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

Color convert

RGB 161 118 125 -
CMYK 0 0.27 0.22 0.37
HSL 350.23º 0.19% 0.55% -
HSV(B) 350.23º 0.27% 0.63% -
XYZ 24.88 22.01 22.34 -
YUV 131.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 161 118 125 0 0.27 0.22 0.37 350.23 0.19 0.55
Hex A1 76 7D 0 1B 16 25 15E 13 37
Octal 241 166 175 0 33 26 45 536 23 67
Binary 10100001 1110110 1111101 0 11011 10110 100101 101011110 10011 110111

Color Harmonies of #A1767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1767D

Black with #A1767D

Text Example


Text Example

White with #A1767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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