Html Css Color HEX #A66177 Turkish Rose

📋 copy color: '#A66177'

red 166 ◦ green 97 ◦ blue 119

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

Shades of Turkish Rose #A66177

Tints of Turkish Rose #A66177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.39%

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

R = 43.46%
G = 25.39%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A66177 (or 0xA66177) is known color: Turkish Rose. HEX triplet: A6, 61 and 77. RGB value is (166,97,119). Sum of RGB (Red+Green+Blue) = 166+97+119=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A66177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66177 is #599E88. Grayscale: #787878. Windows color (decimal): -5873289 or 7823782. OLE color: 7823782.

HSL color Cylindrical-coordinate representation of color #A66177: hue angle of 340.87º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66177 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 97 119 -
CMYK 0 0.42 0.28 0.35
HSL 340.87º 0.28% 0.52% -
HSV(B) 340.87º 0.42% 0.65% -
XYZ 23.33 17.99 19.7 -
YUV 120.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 166 97 119 0 0.42 0.28 0.35 340.87 0.28 0.52
Hex A6 61 77 0 2A 1C 23 155 1C 34
Octal 246 141 167 0 52 34 43 525 34 64
Binary 10100110 1100001 1110111 0 101010 11100 100011 101010101 11100 110100

Color Harmonies of #A66177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66177

Black with #A66177

Text Example


Text Example

White with #A66177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66177; }

 p { color: rgb(166,97,119); }

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

background-color css

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

 a { background-color: rgb(166,97,119); }

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

border-color css

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

 span { border-color: rgb(166,97,119); }

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