Html Css Color HEX #A25370 Vin Rouge

📋 copy color: '#A25370'

red 162 ◦ green 83 ◦ blue 112

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

Shades of Vin Rouge #A25370

Tints of Vin Rouge #A25370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 45.38%
G = 23.25%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A25370 (or 0xA25370) is known color: Vin Rouge. HEX triplet: A2, 53 and 70. RGB value is (162,83,112). Sum of RGB (Red+Green+Blue) = 162+83+112=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A25370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25370 is #5DAC8F. Grayscale: #6D6D6D. Windows color (decimal): -6139024 or 7361442. OLE color: 7361442.

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

Color convert

RGB 162 83 112 -
CMYK 0 0.49 0.31 0.36
HSL 337.97º 0.32% 0.48% -
HSV(B) 337.97º 0.49% 0.64% -
XYZ 20.92 15.04 17.13 -
YUV 109.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 162 83 112 0 0.49 0.31 0.36 337.97 0.32 0.48
Hex A2 53 70 0 31 1F 24 152 20 30
Octal 242 123 160 0 61 37 44 522 40 60
Binary 10100010 1010011 1110000 0 110001 11111 100100 101010010 100000 110000

Color Harmonies of #A25370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25370

Black with #A25370

Text Example


Text Example

White with #A25370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25370; }

 p { color: rgb(162,83,112); }

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

background-color css

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

 a { background-color: rgb(162,83,112); }

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

border-color css

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

 span { border-color: rgb(162,83,112); }

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