Html Css Color HEX #A1566F Vin Rouge

📋 copy color: '#A1566F'

red 161 ◦ green 86 ◦ blue 111

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

Shades of Vin Rouge #A1566F

Tints of Vin Rouge #A1566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 44.97%
G = 24.02%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1566F (or 0xA1566F) is known color: Vin Rouge. HEX triplet: A1, 56 and 6F. RGB value is (161,86,111). Sum of RGB (Red+Green+Blue) = 161+86+111=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1566F is #5EA990. Grayscale: #6F6F6F. Windows color (decimal): -6203793 or 7296673. OLE color: 7296673.

HSL color Cylindrical-coordinate representation of color #A1566F: hue angle of 340º degrees, saturation: 0.3, 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 #A1566F is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 86 111 -
CMYK 0 0.47 0.31 0.37
HSL 340º 0.3% 0.48% -
HSV(B) 340º 0.47% 0.63% -
XYZ 20.89 15.38 16.91 -
YUV 111.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 161 86 111 0 0.47 0.31 0.37 340 0.3 0.48
Hex A1 56 6F 0 2F 1F 25 154 1E 30
Octal 241 126 157 0 57 37 45 524 36 60
Binary 10100001 1010110 1101111 0 101111 11111 100101 101010100 11110 110000

Color Harmonies of #A1566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1566F

Black with #A1566F

Text Example


Text Example

White with #A1566F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1566F; }

 p { color: rgb(161,86,111); }

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

background-color css

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

 a { background-color: rgb(161,86,111); }

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

border-color css

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

 span { border-color: rgb(161,86,111); }

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