Html Css Color HEX #A06C79 Turkish Rose

📋 copy color: '#A06C79'

red 160 ◦ green 108 ◦ blue 121

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

Shades of Turkish Rose #A06C79

Tints of Turkish Rose #A06C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 41.13%
G = 27.76%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A06C79 (or 0xA06C79) is known color: Turkish Rose. HEX triplet: A0, 6C and 79. RGB value is (160,108,121). Sum of RGB (Red+Green+Blue) = 160+108+121=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C79 is #5F9386. Grayscale: #7D7D7D. Windows color (decimal): -6263687 or 7957664. OLE color: 7957664.

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

Color convert

RGB 160 108 121 -
CMYK 0 0.32 0.24 0.37
HSL 345º 0.21% 0.53% -
HSV(B) 345º 0.33% 0.63% -
XYZ 23.31 19.58 20.64 -
YUV 125.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 160 108 121 0 0.32 0.24 0.37 345 0.21 0.53
Hex A0 6C 79 0 20 18 25 159 15 35
Octal 240 154 171 0 40 30 45 531 25 65
Binary 10100000 1101100 1111001 0 100000 11000 100101 101011001 10101 110101

Color Harmonies of #A06C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C79

Black with #A06C79

Text Example


Text Example

White with #A06C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C79; }

 p { color: rgb(160,108,121); }

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

background-color css

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

 a { background-color: rgb(160,108,121); }

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

border-color css

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

 span { border-color: rgb(160,108,121); }

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