Html Css Color HEX #A06D7E Turkish Rose

📋 copy color: '#A06D7E'

red 160 ◦ green 109 ◦ blue 126

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

Shades of Turkish Rose #A06D7E

Tints of Turkish Rose #A06D7E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 40.51%
G = 27.59%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A06D7E (or 0xA06D7E) is known color: Turkish Rose. HEX triplet: A0, 6D and 7E. RGB value is (160,109,126). Sum of RGB (Red+Green+Blue) = 160+109+126=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D7E is #5F9281. Grayscale: #7E7E7E. Windows color (decimal): -6263426 or 8285600. OLE color: 8285600.

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

Color convert

RGB 160 109 126 -
CMYK 0 0.32 0.21 0.37
HSL 340º 0.21% 0.53% -
HSV(B) 340º 0.32% 0.63% -
XYZ 23.73 19.92 22.33 -
YUV 126.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 160 109 126 0 0.32 0.21 0.37 340 0.21 0.53
Hex A0 6D 7E 0 20 15 25 154 15 35
Octal 240 155 176 0 40 25 45 524 25 65
Binary 10100000 1101101 1111110 0 100000 10101 100101 101010100 10101 110101

Color Harmonies of #A06D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D7E

Black with #A06D7E

Text Example


Text Example

White with #A06D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D7E; }

 p { color: rgb(160,109,126); }

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

background-color css

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

 a { background-color: rgb(160,109,126); }

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

border-color css

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

 span { border-color: rgb(160,109,126); }

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