Html Css Color HEX #A07178 Turkish Rose

📋 copy color: '#A07178'

red 160 ◦ green 113 ◦ blue 120

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

Shades of Turkish Rose #A07178

Tints of Turkish Rose #A07178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 40.71%
G = 28.75%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A07178 (or 0xA07178) is known color: Turkish Rose. HEX triplet: A0, 71 and 78. RGB value is (160,113,120). Sum of RGB (Red+Green+Blue) = 160+113+120=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07178 is #5F8E87. Grayscale: #7F7F7F. Windows color (decimal): -6262408 or 7893408. OLE color: 7893408.

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

Color convert

RGB 160 113 120 -
CMYK 0 0.29 0.25 0.37
HSL 351.06º 0.2% 0.54% -
HSV(B) 351.06º 0.29% 0.63% -
XYZ 23.79 20.64 20.5 -
YUV 127.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 160 113 120 0 0.29 0.25 0.37 351.06 0.2 0.54
Hex A0 71 78 0 1D 19 25 15F 14 36
Octal 240 161 170 0 35 31 45 537 24 66
Binary 10100000 1110001 1111000 0 11101 11001 100101 101011111 10100 110110

Color Harmonies of #A07178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07178

Black with #A07178

Text Example


Text Example

White with #A07178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07178; }

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

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

background-color css

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

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

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

border-color css

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

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

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