Html Css Color HEX #A66770 Turkish Rose

📋 copy color: '#A66770'

red 166 ◦ green 103 ◦ blue 112

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

Shades of Turkish Rose #A66770

Tints of Turkish Rose #A66770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 43.57%
G = 27.03%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A66770 (or 0xA66770) is known color: Turkish Rose. HEX triplet: A6, 67 and 70. RGB value is (166,103,112). Sum of RGB (Red+Green+Blue) = 166+103+112=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A66770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66770 is #59988F. Grayscale: #7A7A7A. Windows color (decimal): -5871760 or 7366566. OLE color: 7366566.

HSL color Cylindrical-coordinate representation of color #A66770: hue angle of 351.43º 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 #A66770 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 103 112 -
CMYK 0 0.38 0.33 0.35
HSL 351.43º 0.26% 0.53% -
HSV(B) 351.43º 0.38% 0.65% -
XYZ 23.5 18.98 17.75 -
YUV 122.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 166 103 112 0 0.38 0.33 0.35 351.43 0.26 0.53
Hex A6 67 70 0 26 21 23 15F 1A 35
Octal 246 147 160 0 46 41 43 537 32 65
Binary 10100110 1100111 1110000 0 100110 100001 100011 101011111 11010 110101

Color Harmonies of #A66770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66770

Black with #A66770

Text Example


Text Example

White with #A66770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66770; }

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

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

background-color css

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

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

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

border-color css

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

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

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