Html Css Color HEX #A16A70 Turkish Rose

📋 copy color: '#A16A70'

red 161 ◦ green 106 ◦ blue 112

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

Shades of Turkish Rose #A16A70

Tints of Turkish Rose #A16A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

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

R = 42.48%
G = 27.97%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A16A70 (or 0xA16A70) is known color: Turkish Rose. HEX triplet: A1, 6A and 70. RGB value is (161,106,112). Sum of RGB (Red+Green+Blue) = 161+106+112=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A70 is #5E958F. Grayscale: #7B7B7B. Windows color (decimal): -6198672 or 7367329. OLE color: 7367329.

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

Color convert

RGB 161 106 112 -
CMYK 0 0.34 0.30 0.37
HSL 353.45º 0.23% 0.52% -
HSV(B) 353.45º 0.34% 0.63% -
XYZ 22.78 19.05 17.81 -
YUV 123.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 161 106 112 0 0.34 0.30 0.37 353.45 0.23 0.52
Hex A1 6A 70 0 22 1E 25 161 17 34
Octal 241 152 160 0 42 36 45 541 27 64
Binary 10100001 1101010 1110000 0 100010 11110 100101 101100001 10111 110100

Color Harmonies of #A16A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16A70

Black with #A16A70

Text Example


Text Example

White with #A16A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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