Html Css Color HEX #A3576A Vin Rouge

📋 copy color: '#A3576A'

red 163 ◦ green 87 ◦ blue 106

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

Shades of Vin Rouge #A3576A

Tints of Vin Rouge #A3576A

RGB

 RED value IS 163 (64.06% from 255) = 45.79%

 GREEN value IS 87 (34.38% from 255) = 24.44%

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 45.79%
G = 24.44%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3576A (or 0xA3576A) is known color: Vin Rouge. HEX triplet: A3, 57 and 6A. RGB value is (163,87,106). Sum of RGB (Red+Green+Blue) = 163+87+106=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3576A is #5CA895. Grayscale: #6F6F6F. Windows color (decimal): -6072470 or 6969251. OLE color: 6969251.

HSL color Cylindrical-coordinate representation of color #A3576A: hue angle of 345º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3576A is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 87 106 -
CMYK 0 0.47 0.35 0.36
HSL 345º 0.3% 0.49% -
HSV(B) 345º 0.47% 0.64% -
XYZ 21.11 15.64 15.54 -
YUV 111.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 163 87 106 0 0.47 0.35 0.36 345 0.3 0.49
Hex A3 57 6A 0 2F 23 24 159 1E 31
Octal 243 127 152 0 57 43 44 531 36 61
Binary 10100011 1010111 1101010 0 101111 100011 100100 101011001 11110 110001

Color Harmonies of #A3576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3576A

Black with #A3576A

Text Example


Text Example

White with #A3576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3576A; }

 p { color: rgb(163,87,106); }

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

background-color css

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

 a { background-color: rgb(163,87,106); }

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

border-color css

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

 span { border-color: rgb(163,87,106); }

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