Html Css Color HEX #A06676 Turkish Rose

📋 copy color: '#A06676'

red 160 ◦ green 102 ◦ blue 118

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

Shades of Turkish Rose #A06676

Tints of Turkish Rose #A06676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

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

R = 42.11%
G = 26.84%
B = 31.05%

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

#A06676 (or 0xA06676) is known color: Turkish Rose. HEX triplet: A0, 66 and 76. RGB value is (160,102,118). Sum of RGB (Red+Green+Blue) = 160+102+118=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A06676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06676 is #5F9989. Grayscale: #797979. Windows color (decimal): -6265226 or 7759520. OLE color: 7759520.

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

Color convert

RGB 160 102 118 -
CMYK 0 0.36 0.26 0.37
HSL 343.45º 0.23% 0.51% -
HSV(B) 343.45º 0.36% 0.63% -
XYZ 22.52 18.28 19.48 -
YUV 121.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 160 102 118 0 0.36 0.26 0.37 343.45 0.23 0.51
Hex A0 66 76 0 24 1A 25 157 17 33
Octal 240 146 166 0 44 32 45 527 27 63
Binary 10100000 1100110 1110110 0 100100 11010 100101 101010111 10111 110011

Color Harmonies of #A06676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06676

Black with #A06676

Text Example


Text Example

White with #A06676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06676; }

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

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

background-color css

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

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

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

border-color css

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

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

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