Html Css Color HEX #A06873 Turkish Rose

📋 copy color: '#A06873'

red 160 ◦ green 104 ◦ blue 115

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

Shades of Turkish Rose #A06873

Tints of Turkish Rose #A06873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

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

R = 42.22%
G = 27.44%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A06873 (or 0xA06873) is known color: Turkish Rose. HEX triplet: A0, 68 and 73. RGB value is (160,104,115). Sum of RGB (Red+Green+Blue) = 160+104+115=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A06873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06873 is #5F978C. Grayscale: #7A7A7A. Windows color (decimal): -6264717 or 7563424. OLE color: 7563424.

HSL color Cylindrical-coordinate representation of color #A06873: hue angle of 348.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06873 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 115 -
CMYK 0 0.35 0.28 0.37
HSL 348.21º 0.23% 0.52% -
HSV(B) 348.21º 0.35% 0.63% -
XYZ 22.54 18.61 18.62 -
YUV 122 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 160 104 115 0 0.35 0.28 0.37 348.21 0.23 0.52
Hex A0 68 73 0 23 1C 25 15C 17 34
Octal 240 150 163 0 43 34 45 534 27 64
Binary 10100000 1101000 1110011 0 100011 11100 100101 101011100 10111 110100

Color Harmonies of #A06873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06873

Black with #A06873

Text Example


Text Example

White with #A06873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06873; }

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

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

background-color css

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

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

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

border-color css

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

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

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