Html Css Color HEX #A06670 Turkish Rose

📋 copy color: '#A06670'

red 160 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #A06670

Tints of Turkish Rose #A06670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 42.78%
G = 27.27%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A06670 (or 0xA06670) is known color: Turkish Rose. HEX triplet: A0, 66 and 70. RGB value is (160,102,112). Sum of RGB (Red+Green+Blue) = 160+102+112=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A06670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06670 is #5F998F. Grayscale: #787878. Windows color (decimal): -6265232 or 7366304. OLE color: 7366304.

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

Color convert

RGB 160 102 112 -
CMYK 0 0.36 0.30 0.37
HSL 349.66º 0.23% 0.51% -
HSV(B) 349.66º 0.36% 0.63% -
XYZ 22.17 18.15 17.66 -
YUV 120.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 160 102 112 0 0.36 0.30 0.37 349.66 0.23 0.51
Hex A0 66 70 0 24 1E 25 15E 17 33
Octal 240 146 160 0 44 36 45 536 27 63
Binary 10100000 1100110 1110000 0 100100 11110 100101 101011110 10111 110011

Color Harmonies of #A06670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06670

Black with #A06670

Text Example


Text Example

White with #A06670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06670; }

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

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

background-color css

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

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

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

border-color css

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

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

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