Html Css Color HEX #A16476 Turkish Rose

📋 copy color: '#A16476'

red 161 ◦ green 100 ◦ blue 118

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

Shades of Turkish Rose #A16476

Tints of Turkish Rose #A16476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 42.48%
G = 26.39%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A16476 (or 0xA16476) is known color: Turkish Rose. HEX triplet: A1, 64 and 76. RGB value is (161,100,118). Sum of RGB (Red+Green+Blue) = 161+100+118=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A16476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16476 is #5E9B89. Grayscale: #787878. Windows color (decimal): -6200202 or 7759009. OLE color: 7759009.

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

Color convert

RGB 161 100 118 -
CMYK 0 0.38 0.27 0.37
HSL 342.3º 0.24% 0.51% -
HSV(B) 342.3º 0.38% 0.63% -
XYZ 22.53 18 19.43 -
YUV 120.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 161 100 118 0 0.38 0.27 0.37 342.3 0.24 0.51
Hex A1 64 76 0 26 1B 25 156 18 33
Octal 241 144 166 0 46 33 45 526 30 63
Binary 10100001 1100100 1110110 0 100110 11011 100101 101010110 11000 110011

Color Harmonies of #A16476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16476

Black with #A16476

Text Example


Text Example

White with #A16476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16476; }

 p { color: rgb(161,100,118); }

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

background-color css

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

 a { background-color: rgb(161,100,118); }

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

border-color css

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

 span { border-color: rgb(161,100,118); }

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