Html Css Color HEX #A06776 Turkish Rose

📋 copy color: '#A06776'

red 160 ◦ green 103 ◦ blue 118

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

Shades of Turkish Rose #A06776

Tints of Turkish Rose #A06776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 41.99%
G = 27.03%
B = 30.97%

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

#A06776 (or 0xA06776) is known color: Turkish Rose. HEX triplet: A0, 67 and 76. RGB value is (160,103,118). Sum of RGB (Red+Green+Blue) = 160+103+118=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A06776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06776 is #5F9889. Grayscale: #797979. Windows color (decimal): -6264970 or 7759776. OLE color: 7759776.

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

Color convert

RGB 160 103 118 -
CMYK 0 0.36 0.26 0.37
HSL 344.21º 0.23% 0.52% -
HSV(B) 344.21º 0.36% 0.63% -
XYZ 22.62 18.48 19.51 -
YUV 121.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 160 103 118 0 0.36 0.26 0.37 344.21 0.23 0.52
Hex A0 67 76 0 24 1A 25 158 17 34
Octal 240 147 166 0 44 32 45 530 27 64
Binary 10100000 1100111 1110110 0 100100 11010 100101 101011000 10111 110100

Color Harmonies of #A06776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06776

Black with #A06776

Text Example


Text Example

White with #A06776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06776; }

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

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

background-color css

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

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

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

border-color css

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

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

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