Html Css Color HEX #A25572 Vin Rouge

📋 copy color: '#A25572'

red 162 ◦ green 85 ◦ blue 114

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

Shades of Vin Rouge #A25572

Tints of Vin Rouge #A25572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 44.88%
G = 23.55%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25572 (or 0xA25572) is known color: Vin Rouge. HEX triplet: A2, 55 and 72. RGB value is (162,85,114). Sum of RGB (Red+Green+Blue) = 162+85+114=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25572 is #5DAA8D. Grayscale: #6F6F6F. Windows color (decimal): -6138510 or 7493026. OLE color: 7493026.

HSL color Cylindrical-coordinate representation of color #A25572: hue angle of 337.4º degrees, saturation: 0.31, 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 #A25572 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 85 114 -
CMYK 0 0.48 0.30 0.36
HSL 337.4º 0.31% 0.48% -
HSV(B) 337.4º 0.48% 0.64% -
XYZ 21.19 15.39 17.77 -
YUV 111.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 162 85 114 0 0.48 0.30 0.36 337.4 0.31 0.48
Hex A2 55 72 0 30 1E 24 151 1F 30
Octal 242 125 162 0 60 36 44 521 37 60
Binary 10100010 1010101 1110010 0 110000 11110 100100 101010001 11111 110000

Color Harmonies of #A25572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25572

Black with #A25572

Text Example


Text Example

White with #A25572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25572; }

 p { color: rgb(162,85,114); }

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

background-color css

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

 a { background-color: rgb(162,85,114); }

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

border-color css

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

 span { border-color: rgb(162,85,114); }

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