Html Css Color HEX #A66571 Turkish Rose

📋 copy color: '#A66571'

red 166 ◦ green 101 ◦ blue 113

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

Shades of Turkish Rose #A66571

Tints of Turkish Rose #A66571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 43.68%
G = 26.58%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A66571 (or 0xA66571) is known color: Turkish Rose. HEX triplet: A6, 65 and 71. RGB value is (166,101,113). Sum of RGB (Red+Green+Blue) = 166+101+113=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A66571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66571 is #599A8E. Grayscale: #797979. Windows color (decimal): -5872271 or 7431590. OLE color: 7431590.

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

Color convert

RGB 166 101 113 -
CMYK 0 0.39 0.32 0.35
HSL 348.92º 0.27% 0.52% -
HSV(B) 348.92º 0.39% 0.65% -
XYZ 23.36 18.61 17.98 -
YUV 121.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 166 101 113 0 0.39 0.32 0.35 348.92 0.27 0.52
Hex A6 65 71 0 27 20 23 15D 1B 34
Octal 246 145 161 0 47 40 43 535 33 64
Binary 10100110 1100101 1110001 0 100111 100000 100011 101011101 11011 110100

Color Harmonies of #A66571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66571

Black with #A66571

Text Example


Text Example

White with #A66571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66571; }

 p { color: rgb(166,101,113); }

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

background-color css

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

 a { background-color: rgb(166,101,113); }

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

border-color css

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

 span { border-color: rgb(166,101,113); }

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