Html Css Color HEX #A06D78 Turkish Rose

📋 copy color: '#A06D78'

red 160 ◦ green 109 ◦ blue 120

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

Shades of Turkish Rose #A06D78

Tints of Turkish Rose #A06D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.02%

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

R = 41.13%
G = 28.02%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A06D78 (or 0xA06D78) is known color: Turkish Rose. HEX triplet: A0, 6D and 78. RGB value is (160,109,120). Sum of RGB (Red+Green+Blue) = 160+109+120=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D78 is #5F9287. Grayscale: #7D7D7D. Windows color (decimal): -6263432 or 7892384. OLE color: 7892384.

HSL color Cylindrical-coordinate representation of color #A06D78: hue angle of 347.06º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D78 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 109 120 -
CMYK 0 0.32 0.25 0.37
HSL 347.06º 0.21% 0.53% -
HSV(B) 347.06º 0.32% 0.63% -
XYZ 23.36 19.77 20.35 -
YUV 125.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 160 109 120 0 0.32 0.25 0.37 347.06 0.21 0.53
Hex A0 6D 78 0 20 19 25 15B 15 35
Octal 240 155 170 0 40 31 45 533 25 65
Binary 10100000 1101101 1111000 0 100000 11001 100101 101011011 10101 110101

Color Harmonies of #A06D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D78

Black with #A06D78

Text Example


Text Example

White with #A06D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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