Html Css Color HEX #A07176 Turkish Rose

📋 copy color: '#A07176'

red 160 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #A07176

Tints of Turkish Rose #A07176

RGB

 RED value IS 160 (62.89% from 255) = 40.92%

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

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

R = 40.92%
G = 28.9%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A07176 (or 0xA07176) is known color: Turkish Rose. HEX triplet: A0, 71 and 76. RGB value is (160,113,118). Sum of RGB (Red+Green+Blue) = 160+113+118=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07176 is #5F8E89. Grayscale: #7F7F7F. Windows color (decimal): -6262410 or 7762336. OLE color: 7762336.

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

Color convert

RGB 160 113 118 -
CMYK 0 0.29 0.26 0.37
HSL 353.62º 0.2% 0.54% -
HSV(B) 353.62º 0.29% 0.63% -
XYZ 23.67 20.59 19.87 -
YUV 127.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 160 113 118 0 0.29 0.26 0.37 353.62 0.2 0.54
Hex A0 71 76 0 1D 1A 25 162 14 36
Octal 240 161 166 0 35 32 45 542 24 66
Binary 10100000 1110001 1110110 0 11101 11010 100101 101100010 10100 110110

Color Harmonies of #A07176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07176

Black with #A07176

Text Example


Text Example

White with #A07176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07176; }

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

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

background-color css

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

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

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

border-color css

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

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

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