Html Css Color HEX #A06E7A Turkish Rose

📋 copy color: '#A06E7A'

red 160 ◦ green 110 ◦ blue 122

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

Shades of Turkish Rose #A06E7A

Tints of Turkish Rose #A06E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 40.82%
G = 28.06%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A06E7A (or 0xA06E7A) is known color: Turkish Rose. HEX triplet: A0, 6E and 7A. RGB value is (160,110,122). Sum of RGB (Red+Green+Blue) = 160+110+122=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E7A is #5F9185. Grayscale: #7E7E7E. Windows color (decimal): -6263174 or 8023712. OLE color: 8023712.

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

Color convert

RGB 160 110 122 -
CMYK 0 0.31 0.24 0.37
HSL 345.6º 0.21% 0.53% -
HSV(B) 345.6º 0.31% 0.63% -
XYZ 23.59 20.03 21.04 -
YUV 126.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 160 110 122 0 0.31 0.24 0.37 345.6 0.21 0.53
Hex A0 6E 7A 0 1F 18 25 15A 15 35
Octal 240 156 172 0 37 30 45 532 25 65
Binary 10100000 1101110 1111010 0 11111 11000 100101 101011010 10101 110101

Color Harmonies of #A06E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E7A

Black with #A06E7A

Text Example


Text Example

White with #A06E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E7A; }

 p { color: rgb(160,110,122); }

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

background-color css

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

 a { background-color: rgb(160,110,122); }

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

border-color css

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

 span { border-color: rgb(160,110,122); }

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