Html Css Color HEX #A06671 Turkish Rose

📋 copy color: '#A06671'

red 160 ◦ green 102 ◦ blue 113

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

Shades of Turkish Rose #A06671

Tints of Turkish Rose #A06671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.2%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 42.67%
G = 27.2%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A06671 (or 0xA06671) is known color: Turkish Rose. HEX triplet: A0, 66 and 71. RGB value is (160,102,113). Sum of RGB (Red+Green+Blue) = 160+102+113=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A06671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06671 is #5F998E. Grayscale: #787878. Windows color (decimal): -6265231 or 7431840. OLE color: 7431840.

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

Color convert

RGB 160 102 113 -
CMYK 0 0.36 0.29 0.37
HSL 348.62º 0.23% 0.51% -
HSV(B) 348.62º 0.36% 0.63% -
XYZ 22.23 18.17 17.96 -
YUV 120.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 160 102 113 0 0.36 0.29 0.37 348.62 0.23 0.51
Hex A0 66 71 0 24 1D 25 15D 17 33
Octal 240 146 161 0 44 35 45 535 27 63
Binary 10100000 1100110 1110001 0 100100 11101 100101 101011101 10111 110011

Color Harmonies of #A06671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06671

Black with #A06671

Text Example


Text Example

White with #A06671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06671; }

 p { color: rgb(160,102,113); }

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

background-color css

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

 a { background-color: rgb(160,102,113); }

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

border-color css

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

 span { border-color: rgb(160,102,113); }

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