Html Css Color HEX #A17580 Turkish Rose

📋 copy color: '#A17580'

red 161 ◦ green 117 ◦ blue 128

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

Shades of Turkish Rose #A17580

Tints of Turkish Rose #A17580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 39.66%
G = 28.82%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A17580 (or 0xA17580) is known color: Turkish Rose. HEX triplet: A1, 75 and 80. RGB value is (161,117,128). Sum of RGB (Red+Green+Blue) = 161+117+128=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A17580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17580 is #5E8A7F. Grayscale: #838383. Windows color (decimal): -6195840 or 8418721. OLE color: 8418721.

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

Color convert

RGB 161 117 128 -
CMYK 0 0.27 0.20 0.37
HSL 345º 0.19% 0.55% -
HSV(B) 345º 0.27% 0.63% -
XYZ 24.96 21.86 23.33 -
YUV 131.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 161 117 128 0 0.27 0.20 0.37 345 0.19 0.55
Hex A1 75 80 0 1B 14 25 159 13 37
Octal 241 165 200 0 33 24 45 531 23 67
Binary 10100001 1110101 10000000 0 11011 10100 100101 101011001 10011 110111

Color Harmonies of #A17580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17580

Black with #A17580

Text Example


Text Example

White with #A17580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17580; }

 p { color: rgb(161,117,128); }

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

background-color css

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

 a { background-color: rgb(161,117,128); }

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

border-color css

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

 span { border-color: rgb(161,117,128); }

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