Html Css Color HEX #A16478 Turkish Rose

📋 copy color: '#A16478'

red 161 ◦ green 100 ◦ blue 120

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

Shades of Turkish Rose #A16478

Tints of Turkish Rose #A16478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 42.26%
G = 26.25%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A16478 (or 0xA16478) is known color: Turkish Rose. HEX triplet: A1, 64 and 78. RGB value is (161,100,120). Sum of RGB (Red+Green+Blue) = 161+100+120=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A16478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16478 is #5E9B87. Grayscale: #787878. Windows color (decimal): -6200200 or 7890081. OLE color: 7890081.

HSL color Cylindrical-coordinate representation of color #A16478: hue angle of 340.33º 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 #A16478 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 100 120 -
CMYK 0 0.38 0.25 0.37
HSL 340.33º 0.24% 0.51% -
HSV(B) 340.33º 0.38% 0.63% -
XYZ 22.65 18.05 20.06 -
YUV 120.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 161 100 120 0 0.38 0.25 0.37 340.33 0.24 0.51
Hex A1 64 78 0 26 19 25 154 18 33
Octal 241 144 170 0 46 31 45 524 30 63
Binary 10100001 1100100 1111000 0 100110 11001 100101 101010100 11000 110011

Color Harmonies of #A16478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16478

Black with #A16478

Text Example


Text Example

White with #A16478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16478; }

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

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

background-color css

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

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

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

border-color css

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

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

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