Html Css Color HEX #A06D7D Turkish Rose

📋 copy color: '#A06D7D'

red 160 ◦ green 109 ◦ blue 125

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

Shades of Turkish Rose #A06D7D

Tints of Turkish Rose #A06D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 40.61%
G = 27.66%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A06D7D (or 0xA06D7D) is known color: Turkish Rose. HEX triplet: A0, 6D and 7D. RGB value is (160,109,125). Sum of RGB (Red+Green+Blue) = 160+109+125=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D7D is #5F9282. Grayscale: #7E7E7E. Windows color (decimal): -6263427 or 8220064. OLE color: 8220064.

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

Color convert

RGB 160 109 125 -
CMYK 0 0.32 0.22 0.37
HSL 341.18º 0.21% 0.53% -
HSV(B) 341.18º 0.32% 0.63% -
XYZ 23.67 19.89 21.99 -
YUV 126.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 160 109 125 0 0.32 0.22 0.37 341.18 0.21 0.53
Hex A0 6D 7D 0 20 16 25 155 15 35
Octal 240 155 175 0 40 26 45 525 25 65
Binary 10100000 1101101 1111101 0 100000 10110 100101 101010101 10101 110101

Color Harmonies of #A06D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D7D

Black with #A06D7D

Text Example


Text Example

White with #A06D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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