Html Css Color HEX #A25762 Vin Rouge

📋 copy color: '#A25762'

red 162 ◦ green 87 ◦ blue 98

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

Shades of Vin Rouge #A25762

Tints of Vin Rouge #A25762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 46.69%
G = 25.07%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A25762 (or 0xA25762) is known color: Vin Rouge. HEX triplet: A2, 57 and 62. RGB value is (162,87,98). Sum of RGB (Red+Green+Blue) = 162+87+98=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25762 is #5DA89D. Grayscale: #6E6E6E. Windows color (decimal): -6138014 or 6444962. OLE color: 6444962.

HSL color Cylindrical-coordinate representation of color #A25762: hue angle of 351.2º 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 #A25762 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 87 98 -
CMYK 0 0.46 0.40 0.36
HSL 351.2º 0.3% 0.49% -
HSV(B) 351.2º 0.46% 0.64% -
XYZ 20.51 15.38 13.44 -
YUV 110.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 162 87 98 0 0.46 0.40 0.36 351.2 0.3 0.49
Hex A2 57 62 0 2E 28 24 15F 1E 31
Octal 242 127 142 0 56 50 44 537 36 61
Binary 10100010 1010111 1100010 0 101110 101000 100100 101011111 11110 110001

Color Harmonies of #A25762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25762

Black with #A25762

Text Example


Text Example

White with #A25762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25762; }

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

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

background-color css

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

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

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

border-color css

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

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

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