Html Css Color HEX #A25770 Vin Rouge

📋 copy color: '#A25770'

red 162 ◦ green 87 ◦ blue 112

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

Shades of Vin Rouge #A25770

Tints of Vin Rouge #A25770

RGB

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

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

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

R = 44.88%
G = 24.1%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A25770 (or 0xA25770) is known color: Vin Rouge. HEX triplet: A2, 57 and 70. RGB value is (162,87,112). Sum of RGB (Red+Green+Blue) = 162+87+112=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25770 is #5DA88F. Grayscale: #707070. Windows color (decimal): -6138000 or 7362466. OLE color: 7362466.

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

Color convert

RGB 162 87 112 -
CMYK 0 0.46 0.31 0.36
HSL 340º 0.3% 0.49% -
HSV(B) 340º 0.46% 0.64% -
XYZ 21.23 15.67 17.23 -
YUV 112.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 162 87 112 0 0.46 0.31 0.36 340 0.3 0.49
Hex A2 57 70 0 2E 1F 24 154 1E 31
Octal 242 127 160 0 56 37 44 524 36 61
Binary 10100010 1010111 1110000 0 101110 11111 100100 101010100 11110 110001

Color Harmonies of #A25770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25770

Black with #A25770

Text Example


Text Example

White with #A25770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25770; }

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

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

background-color css

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

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

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

border-color css

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

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

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