Html Css Color HEX #A16B74 Turkish Rose

📋 copy color: '#A16B74'

red 161 ◦ green 107 ◦ blue 116

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

Shades of Turkish Rose #A16B74

Tints of Turkish Rose #A16B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.86%

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 41.93%
G = 27.86%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A16B74 (or 0xA16B74) is known color: Turkish Rose. HEX triplet: A1, 6B and 74. RGB value is (161,107,116). Sum of RGB (Red+Green+Blue) = 161+107+116=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B74 is #5E948B. Grayscale: #7C7C7C. Windows color (decimal): -6198412 or 7629729. OLE color: 7629729.

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

Color convert

RGB 161 107 116 -
CMYK 0 0.34 0.28 0.37
HSL 350º 0.22% 0.53% -
HSV(B) 350º 0.34% 0.63% -
XYZ 23.11 19.35 19.04 -
YUV 124.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 161 107 116 0 0.34 0.28 0.37 350 0.22 0.53
Hex A1 6B 74 0 22 1C 25 15E 16 35
Octal 241 153 164 0 42 34 45 536 26 65
Binary 10100001 1101011 1110100 0 100010 11100 100101 101011110 10110 110101

Color Harmonies of #A16B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16B74

Black with #A16B74

Text Example


Text Example

White with #A16B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16B74; }

 p { color: rgb(161,107,116); }

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

background-color css

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

 a { background-color: rgb(161,107,116); }

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

border-color css

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

 span { border-color: rgb(161,107,116); }

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