Html Css Color HEX #A66870 Turkish Rose

📋 copy color: '#A66870'

red 166 ◦ green 104 ◦ blue 112

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

Shades of Turkish Rose #A66870

Tints of Turkish Rose #A66870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.23%

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

R = 43.46%
G = 27.23%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A66870 (or 0xA66870) is known color: Turkish Rose. HEX triplet: A6, 68 and 70. RGB value is (166,104,112). Sum of RGB (Red+Green+Blue) = 166+104+112=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A66870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66870 is #59978F. Grayscale: #7B7B7B. Windows color (decimal): -5871504 or 7366822. OLE color: 7366822.

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

Color convert

RGB 166 104 112 -
CMYK 0 0.37 0.33 0.35
HSL 352.26º 0.26% 0.53% -
HSV(B) 352.26º 0.37% 0.65% -
XYZ 23.6 19.18 17.79 -
YUV 123.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 166 104 112 0 0.37 0.33 0.35 352.26 0.26 0.53
Hex A6 68 70 0 25 21 23 160 1A 35
Octal 246 150 160 0 45 41 43 540 32 65
Binary 10100110 1101000 1110000 0 100101 100001 100011 101100000 11010 110101

Color Harmonies of #A66870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66870

Black with #A66870

Text Example


Text Example

White with #A66870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66870; }

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

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

background-color css

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

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

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

border-color css

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

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

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