Html Css Color HEX #A06C73 Turkish Rose

📋 copy color: '#A06C73'

red 160 ◦ green 108 ◦ blue 115

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

Shades of Turkish Rose #A06C73

Tints of Turkish Rose #A06C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 41.78%
G = 28.2%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A06C73 (or 0xA06C73) is known color: Turkish Rose. HEX triplet: A0, 6C and 73. RGB value is (160,108,115). Sum of RGB (Red+Green+Blue) = 160+108+115=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C73 is #5F938C. Grayscale: #7C7C7C. Windows color (decimal): -6263693 or 7564448. OLE color: 7564448.

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

Color convert

RGB 160 108 115 -
CMYK 0 0.32 0.28 0.37
HSL 351.92º 0.21% 0.53% -
HSV(B) 351.92º 0.33% 0.63% -
XYZ 22.95 19.44 18.76 -
YUV 124.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 160 108 115 0 0.32 0.28 0.37 351.92 0.21 0.53
Hex A0 6C 73 0 20 1C 25 160 15 35
Octal 240 154 163 0 40 34 45 540 25 65
Binary 10100000 1101100 1110011 0 100000 11100 100101 101100000 10101 110101

Color Harmonies of #A06C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C73

Black with #A06C73

Text Example


Text Example

White with #A06C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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