Html Css Color HEX #A25968 Vin Rouge

📋 copy color: '#A25968'

red 162 ◦ green 89 ◦ blue 104

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

Shades of Vin Rouge #A25968

Tints of Vin Rouge #A25968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 45.63%
G = 25.07%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A25968 (or 0xA25968) is known color: Vin Rouge. HEX triplet: A2, 59 and 68. RGB value is (162,89,104). Sum of RGB (Red+Green+Blue) = 162+89+104=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A25968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25968 is #5DA697. Grayscale: #707070. Windows color (decimal): -6137496 or 6838690. OLE color: 6838690.

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

Color convert

RGB 162 89 104 -
CMYK 0 0.45 0.36 0.36
HSL 347.67º 0.29% 0.49% -
HSV(B) 347.67º 0.45% 0.64% -
XYZ 20.97 15.83 15.05 -
YUV 112.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 162 89 104 0 0.45 0.36 0.36 347.67 0.29 0.49
Hex A2 59 68 0 2D 24 24 15C 1D 31
Octal 242 131 150 0 55 44 44 534 35 61
Binary 10100010 1011001 1101000 0 101101 100100 100100 101011100 11101 110001

Color Harmonies of #A25968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25968

Black with #A25968

Text Example


Text Example

White with #A25968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25968; }

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

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

background-color css

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

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

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

border-color css

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

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

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