Html Css Color HEX #A25366 Vin Rouge

📋 copy color: '#A25366'

red 162 ◦ green 83 ◦ blue 102

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

Shades of Vin Rouge #A25366

Tints of Vin Rouge #A25366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 46.69%
G = 23.92%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A25366 (or 0xA25366) is known color: Vin Rouge. HEX triplet: A2, 53 and 66. RGB value is (162,83,102). Sum of RGB (Red+Green+Blue) = 162+83+102=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25366 is #5DAC99. Grayscale: #6C6C6C. Windows color (decimal): -6139034 or 6706082. OLE color: 6706082.

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

Color convert

RGB 162 83 102 -
CMYK 0 0.49 0.37 0.36
HSL 345.57º 0.32% 0.48% -
HSV(B) 345.57º 0.49% 0.64% -
XYZ 20.39 14.83 14.36 -
YUV 108.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 162 83 102 0 0.49 0.37 0.36 345.57 0.32 0.48
Hex A2 53 66 0 31 25 24 15A 20 30
Octal 242 123 146 0 61 45 44 532 40 60
Binary 10100010 1010011 1100110 0 110001 100101 100100 101011010 100000 110000

Color Harmonies of #A25366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25366

Black with #A25366

Text Example


Text Example

White with #A25366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25366; }

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

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

background-color css

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

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

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

border-color css

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

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

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