Html Css Color HEX #A0646A Turkish Rose

📋 copy color: '#A0646A'

red 160 ◦ green 100 ◦ blue 106

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

Shades of Turkish Rose #A0646A

Tints of Turkish Rose #A0646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 43.72%
G = 27.32%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0646A (or 0xA0646A) is known color: Turkish Rose. HEX triplet: A0, 64 and 6A. RGB value is (160,100,106). Sum of RGB (Red+Green+Blue) = 160+100+106=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0646A is #5F9B95. Grayscale: #767676. Windows color (decimal): -6265750 or 6972576. OLE color: 6972576.

HSL color Cylindrical-coordinate representation of color #A0646A: hue angle of 354º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0646A is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 106 -
CMYK 0 0.38 0.34 0.37
HSL 354º 0.24% 0.51% -
HSV(B) 354º 0.38% 0.63% -
XYZ 21.66 17.63 15.9 -
YUV 118.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 160 100 106 0 0.38 0.34 0.37 354 0.24 0.51
Hex A0 64 6A 0 26 22 25 162 18 33
Octal 240 144 152 0 46 42 45 542 30 63
Binary 10100000 1100100 1101010 0 100110 100010 100101 101100010 11000 110011

Color Harmonies of #A0646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0646A

Black with #A0646A

Text Example


Text Example

White with #A0646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0646A; }

 p { color: rgb(160,100,106); }

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

background-color css

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

 a { background-color: rgb(160,100,106); }

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

border-color css

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

 span { border-color: rgb(160,100,106); }

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