Html Css Color HEX #A66D7C Turkish Rose

📋 copy color: '#A66D7C'

red 166 ◦ green 109 ◦ blue 124

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

Shades of Turkish Rose #A66D7C

Tints of Turkish Rose #A66D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.32%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 41.6%
G = 27.32%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A66D7C (or 0xA66D7C) is known color: Turkish Rose. HEX triplet: A6, 6D and 7C. RGB value is (166,109,124). Sum of RGB (Red+Green+Blue) = 166+109+124=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D7C is #599283. Grayscale: #7F7F7F. Windows color (decimal): -5870212 or 8154534. OLE color: 8154534.

HSL color Cylindrical-coordinate representation of color #A66D7C: hue angle of 344.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66D7C is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 109 124 -
CMYK 0 0.34 0.25 0.35
HSL 344.21º 0.24% 0.54% -
HSV(B) 344.21º 0.34% 0.65% -
XYZ 24.83 20.5 21.72 -
YUV 127.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 166 109 124 0 0.34 0.25 0.35 344.21 0.24 0.54
Hex A6 6D 7C 0 22 19 23 158 18 36
Octal 246 155 174 0 42 31 43 530 30 66
Binary 10100110 1101101 1111100 0 100010 11001 100011 101011000 11000 110110

Color Harmonies of #A66D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D7C

Black with #A66D7C

Text Example


Text Example

White with #A66D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D7C; }

 p { color: rgb(166,109,124); }

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

background-color css

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

 a { background-color: rgb(166,109,124); }

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

border-color css

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

 span { border-color: rgb(166,109,124); }

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