Html Css Color HEX #A1506C Vin Rouge

📋 copy color: '#A1506C'

red 161 ◦ green 80 ◦ blue 108

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

Shades of Vin Rouge #A1506C

Tints of Vin Rouge #A1506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 46.13%
G = 22.92%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1506C (or 0xA1506C) is known color: Vin Rouge. HEX triplet: A1, 50 and 6C. RGB value is (161,80,108). Sum of RGB (Red+Green+Blue) = 161+80+108=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1506C is #5EAF93. Grayscale: #6B6B6B. Windows color (decimal): -6205332 or 7098529. OLE color: 7098529.

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

Color convert

RGB 161 80 108 -
CMYK 0 0.50 0.33 0.37
HSL 339.26º 0.34% 0.47% -
HSV(B) 339.26º 0.5% 0.63% -
XYZ 20.27 14.4 15.9 -
YUV 107.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 161 80 108 0 0.50 0.33 0.37 339.26 0.34 0.47
Hex A1 50 6C 0 32 21 25 153 22 2F
Octal 241 120 154 0 62 41 45 523 42 57
Binary 10100001 1010000 1101100 0 110010 100001 100101 101010011 100010 101111

Color Harmonies of #A1506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1506C

Black with #A1506C

Text Example


Text Example

White with #A1506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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