Html Css Color HEX #A06773 Turkish Rose

📋 copy color: '#A06773'

red 160 ◦ green 103 ◦ blue 115

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

Shades of Turkish Rose #A06773

Tints of Turkish Rose #A06773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

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

R = 42.33%
G = 27.25%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A06773 (or 0xA06773) is known color: Turkish Rose. HEX triplet: A0, 67 and 73. RGB value is (160,103,115). Sum of RGB (Red+Green+Blue) = 160+103+115=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A06773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06773 is #5F988C. Grayscale: #797979. Windows color (decimal): -6264973 or 7563168. OLE color: 7563168.

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

Color convert

RGB 160 103 115 -
CMYK 0 0.36 0.28 0.37
HSL 347.37º 0.23% 0.52% -
HSV(B) 347.37º 0.36% 0.63% -
XYZ 22.44 18.41 18.59 -
YUV 121.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 160 103 115 0 0.36 0.28 0.37 347.37 0.23 0.52
Hex A0 67 73 0 24 1C 25 15B 17 34
Octal 240 147 163 0 44 34 45 533 27 64
Binary 10100000 1100111 1110011 0 100100 11100 100101 101011011 10111 110100

Color Harmonies of #A06773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06773

Black with #A06773

Text Example


Text Example

White with #A06773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06773; }

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

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

background-color css

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

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

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

border-color css

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

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

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