Html Css Color HEX #A25368 Vin Rouge

📋 copy color: '#A25368'

red 162 ◦ green 83 ◦ blue 104

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

Shades of Vin Rouge #A25368

Tints of Vin Rouge #A25368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

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

R = 46.42%
G = 23.78%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A25368 (or 0xA25368) is known color: Vin Rouge. HEX triplet: A2, 53 and 68. RGB value is (162,83,104). Sum of RGB (Red+Green+Blue) = 162+83+104=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A25368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25368 is #5DAC97. Grayscale: #6D6D6D. Windows color (decimal): -6139032 or 6837154. OLE color: 6837154.

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

Color convert

RGB 162 83 104 -
CMYK 0 0.49 0.36 0.36
HSL 344.05º 0.32% 0.48% -
HSV(B) 344.05º 0.49% 0.64% -
XYZ 20.49 14.87 14.89 -
YUV 109.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 162 83 104 0 0.49 0.36 0.36 344.05 0.32 0.48
Hex A2 53 68 0 31 24 24 158 20 30
Octal 242 123 150 0 61 44 44 530 40 60
Binary 10100010 1010011 1101000 0 110001 100100 100100 101011000 100000 110000

Color Harmonies of #A25368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25368

Black with #A25368

Text Example


Text Example

White with #A25368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25368; }

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

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

background-color css

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

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

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

border-color css

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

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

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