Html Css Color HEX #A25962 Vin Rouge

📋 copy color: '#A25962'

red 162 ◦ green 89 ◦ blue 98

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

Shades of Vin Rouge #A25962

Tints of Vin Rouge #A25962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

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

R = 46.42%
G = 25.5%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A25962 (or 0xA25962) is known color: Vin Rouge. HEX triplet: A2, 59 and 62. RGB value is (162,89,98). Sum of RGB (Red+Green+Blue) = 162+89+98=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A25962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25962 is #5DA69D. Grayscale: #6F6F6F. Windows color (decimal): -6137502 or 6445474. OLE color: 6445474.

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

Color convert

RGB 162 89 98 -
CMYK 0 0.45 0.40 0.36
HSL 352.6º 0.29% 0.49% -
HSV(B) 352.6º 0.45% 0.64% -
XYZ 20.68 15.71 13.5 -
YUV 111.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 162 89 98 0 0.45 0.40 0.36 352.6 0.29 0.49
Hex A2 59 62 0 2D 28 24 161 1D 31
Octal 242 131 142 0 55 50 44 541 35 61
Binary 10100010 1011001 1100010 0 101101 101000 100100 101100001 11101 110001

Color Harmonies of #A25962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25962

Black with #A25962

Text Example


Text Example

White with #A25962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25962; }

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

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

background-color css

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

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

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

border-color css

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

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

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