Html Css Color HEX #A16470 Turkish Rose

📋 copy color: '#A16470'

red 161 ◦ green 100 ◦ blue 112

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

Shades of Turkish Rose #A16470

Tints of Turkish Rose #A16470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 43.16%
G = 26.81%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A16470 (or 0xA16470) is known color: Turkish Rose. HEX triplet: A1, 64 and 70. RGB value is (161,100,112). Sum of RGB (Red+Green+Blue) = 161+100+112=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A16470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16470 is #5E9B8F. Grayscale: #777777. Windows color (decimal): -6200208 or 7365793. OLE color: 7365793.

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

Color convert

RGB 161 100 112 -
CMYK 0 0.38 0.30 0.37
HSL 348.2º 0.24% 0.51% -
HSV(B) 348.2º 0.38% 0.63% -
XYZ 22.18 17.86 17.61 -
YUV 119.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 161 100 112 0 0.38 0.30 0.37 348.2 0.24 0.51
Hex A1 64 70 0 26 1E 25 15C 18 33
Octal 241 144 160 0 46 36 45 534 30 63
Binary 10100001 1100100 1110000 0 100110 11110 100101 101011100 11000 110011

Color Harmonies of #A16470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16470

Black with #A16470

Text Example


Text Example

White with #A16470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16470; }

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

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

background-color css

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

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

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

border-color css

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

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

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