Html Css Color HEX #A15567 Vin Rouge

📋 copy color: '#A15567'

red 161 ◦ green 85 ◦ blue 103

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

Shades of Vin Rouge #A15567

Tints of Vin Rouge #A15567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

 BLUE value IS 103 (40.63% from 255) = 29.51%

R = 46.13%
G = 24.36%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A15567 (or 0xA15567) is known color: Vin Rouge. HEX triplet: A1, 55 and 67. RGB value is (161,85,103). Sum of RGB (Red+Green+Blue) = 161+85+103=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A15567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15567 is #5EAA98. Grayscale: #6D6D6D. Windows color (decimal): -6204057 or 6772129. OLE color: 6772129.

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

Color convert

RGB 161 85 103 -
CMYK 0 0.47 0.36 0.37
HSL 345.79º 0.31% 0.48% -
HSV(B) 345.79º 0.47% 0.63% -
XYZ 20.39 15.05 14.66 -
YUV 109.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 161 85 103 0 0.47 0.36 0.37 345.79 0.31 0.48
Hex A1 55 67 0 2F 24 25 15A 1F 30
Octal 241 125 147 0 57 44 45 532 37 60
Binary 10100001 1010101 1100111 0 101111 100100 100101 101011010 11111 110000

Color Harmonies of #A15567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15567

Black with #A15567

Text Example


Text Example

White with #A15567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15567; }

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

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

background-color css

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

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

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

border-color css

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

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

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