Html Css Color HEX #A66170 Turkish Rose

📋 copy color: '#A66170'

red 166 ◦ green 97 ◦ blue 112

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

Shades of Turkish Rose #A66170

Tints of Turkish Rose #A66170

RGB

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

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

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

R = 44.27%
G = 25.87%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A66170 (or 0xA66170) is known color: Turkish Rose. HEX triplet: A6, 61 and 70. RGB value is (166,97,112). Sum of RGB (Red+Green+Blue) = 166+97+112=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A66170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66170 is #599E8F. Grayscale: #777777. Windows color (decimal): -5873296 or 7365030. OLE color: 7365030.

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

Color convert

RGB 166 97 112 -
CMYK 0 0.42 0.33 0.35
HSL 346.96º 0.28% 0.52% -
HSV(B) 346.96º 0.42% 0.65% -
XYZ 22.93 17.83 17.56 -
YUV 119.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 166 97 112 0 0.42 0.33 0.35 346.96 0.28 0.52
Hex A6 61 70 0 2A 21 23 15B 1C 34
Octal 246 141 160 0 52 41 43 533 34 64
Binary 10100110 1100001 1110000 0 101010 100001 100011 101011011 11100 110100

Color Harmonies of #A66170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66170

Black with #A66170

Text Example


Text Example

White with #A66170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66170; }

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

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

background-color css

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

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

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

border-color css

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

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

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