Html Css Color HEX #A15069 Vin Rouge

📋 copy color: '#A15069'

red 161 ◦ green 80 ◦ blue 105

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

Shades of Vin Rouge #A15069

Tints of Vin Rouge #A15069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 46.53%
G = 23.12%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A15069 (or 0xA15069) is known color: Vin Rouge. HEX triplet: A1, 50 and 69. RGB value is (161,80,105). Sum of RGB (Red+Green+Blue) = 161+80+105=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A15069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15069 is #5EAF96. Grayscale: #6B6B6B. Windows color (decimal): -6205335 or 6901921. OLE color: 6901921.

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

Color convert

RGB 161 80 105 -
CMYK 0 0.50 0.35 0.37
HSL 341.48º 0.34% 0.47% -
HSV(B) 341.48º 0.5% 0.63% -
XYZ 20.12 14.33 15.07 -
YUV 107.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 161 80 105 0 0.50 0.35 0.37 341.48 0.34 0.47
Hex A1 50 69 0 32 23 25 155 22 2F
Octal 241 120 151 0 62 43 45 525 42 57
Binary 10100001 1010000 1101001 0 110010 100011 100101 101010101 100010 101111

Color Harmonies of #A15069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15069

Black with #A15069

Text Example


Text Example

White with #A15069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15069; }

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

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

background-color css

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

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

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

border-color css

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

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

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