Html Css Color HEX #A25463 Vin Rouge

📋 copy color: '#A25463'

red 162 ◦ green 84 ◦ blue 99

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

Shades of Vin Rouge #A25463

Tints of Vin Rouge #A25463

RGB

 RED value IS 162 (63.67% from 255) = 46.96%

 GREEN value IS 84 (33.2% from 255) = 24.35%

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 46.96%
G = 24.35%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A25463 (or 0xA25463) is known color: Vin Rouge. HEX triplet: A2, 54 and 63. RGB value is (162,84,99). Sum of RGB (Red+Green+Blue) = 162+84+99=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A25463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25463 is #5DAB9C. Grayscale: #6D6D6D. Windows color (decimal): -6138781 or 6509730. OLE color: 6509730.

HSL color Cylindrical-coordinate representation of color #A25463: hue angle of 348.46º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25463 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 84 99 -
CMYK 0 0.48 0.39 0.36
HSL 348.46º 0.32% 0.48% -
HSV(B) 348.46º 0.48% 0.64% -
XYZ 20.32 14.92 13.61 -
YUV 109.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 162 84 99 0 0.48 0.39 0.36 348.46 0.32 0.48
Hex A2 54 63 0 30 27 24 15C 20 30
Octal 242 124 143 0 60 47 44 534 40 60
Binary 10100010 1010100 1100011 0 110000 100111 100100 101011100 100000 110000

Color Harmonies of #A25463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25463

Black with #A25463

Text Example


Text Example

White with #A25463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25463; }

 p { color: rgb(162,84,99); }

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

background-color css

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

 a { background-color: rgb(162,84,99); }

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

border-color css

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

 span { border-color: rgb(162,84,99); }

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