Html Css Color HEX #A66776 Turkish Rose

📋 copy color: '#A66776'

red 166 ◦ green 103 ◦ blue 118

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

Shades of Turkish Rose #A66776

Tints of Turkish Rose #A66776

RGB

 RED value IS 166 (65.23% from 255) = 42.89%

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

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

R = 42.89%
G = 26.61%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A66776 (or 0xA66776) is known color: Turkish Rose. HEX triplet: A6, 67 and 76. RGB value is (166,103,118). Sum of RGB (Red+Green+Blue) = 166+103+118=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A66776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66776 is #599889. Grayscale: #7B7B7B. Windows color (decimal): -5871754 or 7759782. OLE color: 7759782.

HSL color Cylindrical-coordinate representation of color #A66776: hue angle of 345.71º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66776 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 103 118 -
CMYK 0 0.38 0.29 0.35
HSL 345.71º 0.26% 0.53% -
HSV(B) 345.71º 0.38% 0.65% -
XYZ 23.85 19.12 19.57 -
YUV 123.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 166 103 118 0 0.38 0.29 0.35 345.71 0.26 0.53
Hex A6 67 76 0 26 1D 23 15A 1A 35
Octal 246 147 166 0 46 35 43 532 32 65
Binary 10100110 1100111 1110110 0 100110 11101 100011 101011010 11010 110101

Color Harmonies of #A66776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66776

Black with #A66776

Text Example


Text Example

White with #A66776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66776; }

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

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

background-color css

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

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

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

border-color css

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

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

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