Html Css Color HEX #A16670 Turkish Rose

📋 copy color: '#A16670'

red 161 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #A16670

Tints of Turkish Rose #A16670

RGB

 RED value IS 161 (63.28% from 255) = 42.93%

 GREEN value IS 102 (40.23% from 255) = 27.2%

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

R = 42.93%
G = 27.2%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A16670 (or 0xA16670) is known color: Turkish Rose. HEX triplet: A1, 66 and 70. RGB value is (161,102,112). Sum of RGB (Red+Green+Blue) = 161+102+112=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A16670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16670 is #5E998F. Grayscale: #787878. Windows color (decimal): -6199696 or 7366305. OLE color: 7366305.

HSL color Cylindrical-coordinate representation of color #A16670: hue angle of 349.83º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16670 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 102 112 -
CMYK 0 0.37 0.30 0.37
HSL 349.83º 0.24% 0.52% -
HSV(B) 349.83º 0.37% 0.63% -
XYZ 22.37 18.25 17.67 -
YUV 120.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 161 102 112 0 0.37 0.30 0.37 349.83 0.24 0.52
Hex A1 66 70 0 25 1E 25 15E 18 34
Octal 241 146 160 0 45 36 45 536 30 64
Binary 10100001 1100110 1110000 0 100101 11110 100101 101011110 11000 110100

Color Harmonies of #A16670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16670

Black with #A16670

Text Example


Text Example

White with #A16670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16670; }

 p { color: rgb(161,102,112); }

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

background-color css

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

 a { background-color: rgb(161,102,112); }

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

border-color css

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

 span { border-color: rgb(161,102,112); }

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