Html Css Color HEX #A06777 Turkish Rose

📋 copy color: '#A06777'

red 160 ◦ green 103 ◦ blue 119

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

Shades of Turkish Rose #A06777

Tints of Turkish Rose #A06777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.96%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 41.88%
G = 26.96%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A06777 (or 0xA06777) is known color: Turkish Rose. HEX triplet: A0, 67 and 77. RGB value is (160,103,119). Sum of RGB (Red+Green+Blue) = 160+103+119=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A06777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06777 is #5F9888. Grayscale: #797979. Windows color (decimal): -6264969 or 7825312. OLE color: 7825312.

HSL color Cylindrical-coordinate representation of color #A06777: hue angle of 343.16º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06777 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 103 119 -
CMYK 0 0.36 0.26 0.37
HSL 343.16º 0.23% 0.52% -
HSV(B) 343.16º 0.36% 0.63% -
XYZ 22.68 18.51 19.83 -
YUV 121.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 160 103 119 0 0.36 0.26 0.37 343.16 0.23 0.52
Hex A0 67 77 0 24 1A 25 157 17 34
Octal 240 147 167 0 44 32 45 527 27 64
Binary 10100000 1100111 1110111 0 100100 11010 100101 101010111 10111 110100

Color Harmonies of #A06777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06777

Black with #A06777

Text Example


Text Example

White with #A06777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06777; }

 p { color: rgb(160,103,119); }

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

background-color css

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

 a { background-color: rgb(160,103,119); }

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

border-color css

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

 span { border-color: rgb(160,103,119); }

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