Html Css Color HEX #A16774 Turkish Rose

📋 copy color: '#A16774'

red 161 ◦ green 103 ◦ blue 116

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

Shades of Turkish Rose #A16774

Tints of Turkish Rose #A16774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.11%

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

R = 42.37%
G = 27.11%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A16774 (or 0xA16774) is known color: Turkish Rose. HEX triplet: A1, 67 and 74. RGB value is (161,103,116). Sum of RGB (Red+Green+Blue) = 161+103+116=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A16774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16774 is #5E988B. Grayscale: #797979. Windows color (decimal): -6199436 or 7628705. OLE color: 7628705.

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

Color convert

RGB 161 103 116 -
CMYK 0 0.36 0.28 0.37
HSL 346.55º 0.24% 0.52% -
HSV(B) 346.55º 0.36% 0.63% -
XYZ 22.7 18.54 18.9 -
YUV 121.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 161 103 116 0 0.36 0.28 0.37 346.55 0.24 0.52
Hex A1 67 74 0 24 1C 25 15B 18 34
Octal 241 147 164 0 44 34 45 533 30 64
Binary 10100001 1100111 1110100 0 100100 11100 100101 101011011 11000 110100

Color Harmonies of #A16774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16774

Black with #A16774

Text Example


Text Example

White with #A16774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16774; }

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

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

background-color css

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

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

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

border-color css

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

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

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