Html Css Color HEX #A17176 Turkish Rose

📋 copy color: '#A17176'

red 161 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #A17176

Tints of Turkish Rose #A17176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 41.07%
G = 28.83%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A17176 (or 0xA17176) is known color: Turkish Rose. HEX triplet: A1, 71 and 76. RGB value is (161,113,118). Sum of RGB (Red+Green+Blue) = 161+113+118=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A17176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17176 is #5E8E89. Grayscale: #7F7F7F. Windows color (decimal): -6196874 or 7762337. OLE color: 7762337.

HSL color Cylindrical-coordinate representation of color #A17176: hue angle of 353.75º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17176 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 118 -
CMYK 0 0.30 0.27 0.37
HSL 353.75º 0.2% 0.54% -
HSV(B) 353.75º 0.3% 0.63% -
XYZ 23.87 20.7 19.88 -
YUV 127.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 161 113 118 0 0.30 0.27 0.37 353.75 0.2 0.54
Hex A1 71 76 0 1E 1B 25 162 14 36
Octal 241 161 166 0 36 33 45 542 24 66
Binary 10100001 1110001 1110110 0 11110 11011 100101 101100010 10100 110110

Color Harmonies of #A17176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17176

Black with #A17176

Text Example


Text Example

White with #A17176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17176; }

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

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

background-color css

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

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

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

border-color css

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

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

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