Html Css Color HEX #A16570 Turkish Rose

📋 copy color: '#A16570'

red 161 ◦ green 101 ◦ blue 112

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

Shades of Turkish Rose #A16570

Tints of Turkish Rose #A16570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.01%

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

R = 43.05%
G = 27.01%
B = 29.95%

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

#A16570 (or 0xA16570) is known color: Turkish Rose. HEX triplet: A1, 65 and 70. RGB value is (161,101,112). Sum of RGB (Red+Green+Blue) = 161+101+112=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16570 is #5E9A8F. Grayscale: #787878. Windows color (decimal): -6199952 or 7366049. OLE color: 7366049.

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

Color convert

RGB 161 101 112 -
CMYK 0 0.37 0.30 0.37
HSL 349º 0.24% 0.51% -
HSV(B) 349º 0.37% 0.63% -
XYZ 22.28 18.05 17.64 -
YUV 120.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 161 101 112 0 0.37 0.30 0.37 349 0.24 0.51
Hex A1 65 70 0 25 1E 25 15D 18 33
Octal 241 145 160 0 45 36 45 535 30 63
Binary 10100001 1100101 1110000 0 100101 11110 100101 101011101 11000 110011

Color Harmonies of #A16570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16570

Black with #A16570

Text Example


Text Example

White with #A16570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16570; }

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

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

background-color css

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

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

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

border-color css

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

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

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