Html Css Color HEX #A16D75 Turkish Rose

📋 copy color: '#A16D75'

red 161 ◦ green 109 ◦ blue 117

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

Shades of Turkish Rose #A16D75

Tints of Turkish Rose #A16D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 41.6%
G = 28.17%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A16D75 (or 0xA16D75) is known color: Turkish Rose. HEX triplet: A1, 6D and 75. RGB value is (161,109,117). Sum of RGB (Red+Green+Blue) = 161+109+117=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D75 is #5E928A. Grayscale: #7D7D7D. Windows color (decimal): -6197899 or 7695777. OLE color: 7695777.

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

Color convert

RGB 161 109 117 -
CMYK 0 0.32 0.27 0.37
HSL 350.77º 0.22% 0.53% -
HSV(B) 350.77º 0.32% 0.63% -
XYZ 23.38 19.8 19.42 -
YUV 125.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 161 109 117 0 0.32 0.27 0.37 350.77 0.22 0.53
Hex A1 6D 75 0 20 1B 25 15F 16 35
Octal 241 155 165 0 40 33 45 537 26 65
Binary 10100001 1101101 1110101 0 100000 11011 100101 101011111 10110 110101

Color Harmonies of #A16D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D75

Black with #A16D75

Text Example


Text Example

White with #A16D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D75; }

 p { color: rgb(161,109,117); }

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

background-color css

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

 a { background-color: rgb(161,109,117); }

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

border-color css

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

 span { border-color: rgb(161,109,117); }

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