Html Css Color HEX #A15D62 Vin Rouge

📋 copy color: '#A15D62'

red 161 ◦ green 93 ◦ blue 98

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

Shades of Vin Rouge #A15D62

Tints of Vin Rouge #A15D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 45.74%
G = 26.42%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A15D62 (or 0xA15D62) is known color: Vin Rouge. HEX triplet: A1, 5D and 62. RGB value is (161,93,98). Sum of RGB (Red+Green+Blue) = 161+93+98=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D62 is #5EA29D. Grayscale: #717171. Windows color (decimal): -6202014 or 6446497. OLE color: 6446497.

HSL color Cylindrical-coordinate representation of color #A15D62: hue angle of 355.59º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A15D62 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 93 98 -
CMYK 0 0.42 0.39 0.37
HSL 355.59º 0.27% 0.5% -
HSV(B) 355.59º 0.42% 0.63% -
XYZ 20.82 16.29 13.6 -
YUV 113.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 161 93 98 0 0.42 0.39 0.37 355.59 0.27 0.5
Hex A1 5D 62 0 2A 27 25 164 1B 32
Octal 241 135 142 0 52 47 45 544 33 62
Binary 10100001 1011101 1100010 0 101010 100111 100101 101100100 11011 110010

Color Harmonies of #A15D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D62

Black with #A15D62

Text Example


Text Example

White with #A15D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D62; }

 p { color: rgb(161,93,98); }

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

background-color css

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

 a { background-color: rgb(161,93,98); }

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

border-color css

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

 span { border-color: rgb(161,93,98); }

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