Html Css Color HEX #A1506D Vin Rouge

📋 copy color: '#A1506D'

red 161 ◦ green 80 ◦ blue 109

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

Shades of Vin Rouge #A1506D

Tints of Vin Rouge #A1506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 46%
G = 22.86%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1506D (or 0xA1506D) is known color: Vin Rouge. HEX triplet: A1, 50 and 6D. RGB value is (161,80,109). Sum of RGB (Red+Green+Blue) = 161+80+109=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1506D is #5EAF92. Grayscale: #6B6B6B. Windows color (decimal): -6205331 or 7164065. OLE color: 7164065.

HSL color Cylindrical-coordinate representation of color #A1506D: hue angle of 338.52º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1506D is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 109 -
CMYK 0 0.50 0.32 0.37
HSL 338.52º 0.34% 0.47% -
HSV(B) 338.52º 0.5% 0.63% -
XYZ 20.33 14.42 16.18 -
YUV 107.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 161 80 109 0 0.50 0.32 0.37 338.52 0.34 0.47
Hex A1 50 6D 0 32 20 25 153 22 2F
Octal 241 120 155 0 62 40 45 523 42 57
Binary 10100001 1010000 1101101 0 110010 100000 100101 101010011 100010 101111

Color Harmonies of #A1506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1506D

Black with #A1506D

Text Example


Text Example

White with #A1506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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