Html Css Color HEX #A25065 Vin Rouge

📋 copy color: '#A25065'

red 162 ◦ green 80 ◦ blue 101

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

Shades of Vin Rouge #A25065

Tints of Vin Rouge #A25065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 47.23%
G = 23.32%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A25065 (or 0xA25065) is known color: Vin Rouge. HEX triplet: A2, 50 and 65. RGB value is (162,80,101). Sum of RGB (Red+Green+Blue) = 162+80+101=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A25065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25065 is #5DAF9A. Grayscale: #6A6A6A. Windows color (decimal): -6139803 or 6639778. OLE color: 6639778.

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

Color convert

RGB 162 80 101 -
CMYK 0 0.51 0.38 0.36
HSL 344.63º 0.34% 0.47% -
HSV(B) 344.63º 0.51% 0.64% -
XYZ 20.12 14.36 14.02 -
YUV 106.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 162 80 101 0 0.51 0.38 0.36 344.63 0.34 0.47
Hex A2 50 65 0 33 26 24 159 22 2F
Octal 242 120 145 0 63 46 44 531 42 57
Binary 10100010 1010000 1100101 0 110011 100110 100100 101011001 100010 101111

Color Harmonies of #A25065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25065

Black with #A25065

Text Example


Text Example

White with #A25065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25065; }

 p { color: rgb(162,80,101); }

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

background-color css

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

 a { background-color: rgb(162,80,101); }

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

border-color css

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

 span { border-color: rgb(162,80,101); }

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