Html Css Color HEX #A06D7B Turkish Rose

📋 copy color: '#A06D7B'

red 160 ◦ green 109 ◦ blue 123

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

Shades of Turkish Rose #A06D7B

Tints of Turkish Rose #A06D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 40.82%
G = 27.81%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A06D7B (or 0xA06D7B) is known color: Turkish Rose. HEX triplet: A0, 6D and 7B. RGB value is (160,109,123). Sum of RGB (Red+Green+Blue) = 160+109+123=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D7B is #5F9284. Grayscale: #7D7D7D. Windows color (decimal): -6263429 or 8088992. OLE color: 8088992.

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

Color convert

RGB 160 109 123 -
CMYK 0 0.32 0.23 0.37
HSL 343.53º 0.21% 0.53% -
HSV(B) 343.53º 0.32% 0.63% -
XYZ 23.54 19.84 21.33 -
YUV 125.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 160 109 123 0 0.32 0.23 0.37 343.53 0.21 0.53
Hex A0 6D 7B 0 20 17 25 158 15 35
Octal 240 155 173 0 40 27 45 530 25 65
Binary 10100000 1101101 1111011 0 100000 10111 100101 101011000 10101 110101

Color Harmonies of #A06D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D7B

Black with #A06D7B

Text Example


Text Example

White with #A06D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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