Html Css Color HEX #A17C82 Turkish Rose

📋 copy color: '#A17C82'

red 161 ◦ green 124 ◦ blue 130

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

Shades of Turkish Rose #A17C82

Tints of Turkish Rose #A17C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

 BLUE value IS 130 (51.17% from 255) = 31.33%

R = 38.8%
G = 29.88%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A17C82 (or 0xA17C82) is known color: Turkish Rose. HEX triplet: A1, 7C and 82. RGB value is (161,124,130). Sum of RGB (Red+Green+Blue) = 161+124+130=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C82 is #5E837D. Grayscale: #878787. Windows color (decimal): -6194046 or 8551585. OLE color: 8551585.

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

Color convert

RGB 161 124 130 -
CMYK 0 0.23 0.19 0.37
HSL 350.27º 0.16% 0.56% -
HSV(B) 350.27º 0.23% 0.63% -
XYZ 25.93 23.6 24.31 -
YUV 135.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 161 124 130 0 0.23 0.19 0.37 350.27 0.16 0.56
Hex A1 7C 82 0 17 13 25 15E 10 38
Octal 241 174 202 0 27 23 45 536 20 70
Binary 10100001 1111100 10000010 0 10111 10011 100101 101011110 10000 111000

Color Harmonies of #A17C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C82

Black with #A17C82

Text Example


Text Example

White with #A17C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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