Html Css Color HEX #A07174 Turkish Rose

📋 copy color: '#A07174'

red 160 ◦ green 113 ◦ blue 116

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

Shades of Turkish Rose #A07174

Tints of Turkish Rose #A07174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 41.13%
G = 29.05%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A07174 (or 0xA07174) is known color: Turkish Rose. HEX triplet: A0, 71 and 74. RGB value is (160,113,116). Sum of RGB (Red+Green+Blue) = 160+113+116=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A07174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07174 is #5F8E8B. Grayscale: #7F7F7F. Windows color (decimal): -6262412 or 7631264. OLE color: 7631264.

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

Color convert

RGB 160 113 116 -
CMYK 0 0.29 0.28 0.37
HSL 356.17º 0.2% 0.54% -
HSV(B) 356.17º 0.29% 0.63% -
XYZ 23.55 20.54 19.25 -
YUV 127.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 160 113 116 0 0.29 0.28 0.37 356.17 0.2 0.54
Hex A0 71 74 0 1D 1C 25 164 14 36
Octal 240 161 164 0 35 34 45 544 24 66
Binary 10100000 1110001 1110100 0 11101 11100 100101 101100100 10100 110110

Color Harmonies of #A07174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07174

Black with #A07174

Text Example


Text Example

White with #A07174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07174; }

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

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

background-color css

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

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

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

border-color css

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

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

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