Html Css Color HEX #A06C7A Turkish Rose

📋 copy color: '#A06C7A'

red 160 ◦ green 108 ◦ blue 122

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

Shades of Turkish Rose #A06C7A

Tints of Turkish Rose #A06C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

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

R = 41.03%
G = 27.69%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A06C7A (or 0xA06C7A) is known color: Turkish Rose. HEX triplet: A0, 6C and 7A. RGB value is (160,108,122). Sum of RGB (Red+Green+Blue) = 160+108+122=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C7A is #5F9385. Grayscale: #7D7D7D. Windows color (decimal): -6263686 or 8023200. OLE color: 8023200.

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

Color convert

RGB 160 108 122 -
CMYK 0 0.32 0.24 0.37
HSL 343.85º 0.21% 0.53% -
HSV(B) 343.85º 0.33% 0.63% -
XYZ 23.37 19.6 20.96 -
YUV 125.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 160 108 122 0 0.32 0.24 0.37 343.85 0.21 0.53
Hex A0 6C 7A 0 20 18 25 158 15 35
Octal 240 154 172 0 40 30 45 530 25 65
Binary 10100000 1101100 1111010 0 100000 11000 100101 101011000 10101 110101

Color Harmonies of #A06C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C7A

Black with #A06C7A

Text Example


Text Example

White with #A06C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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