Html Css Color HEX #A25369 Vin Rouge

📋 copy color: '#A25369'

red 162 ◦ green 83 ◦ blue 105

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

Shades of Vin Rouge #A25369

Tints of Vin Rouge #A25369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30%

R = 46.29%
G = 23.71%
B = 30%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A25369 (or 0xA25369) is known color: Vin Rouge. HEX triplet: A2, 53 and 69. RGB value is (162,83,105). Sum of RGB (Red+Green+Blue) = 162+83+105=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A25369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25369 is #5DAC96. Grayscale: #6D6D6D. Windows color (decimal): -6139031 or 6902690. OLE color: 6902690.

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

Color convert

RGB 162 83 105 -
CMYK 0 0.49 0.35 0.36
HSL 343.29º 0.32% 0.48% -
HSV(B) 343.29º 0.49% 0.64% -
XYZ 20.54 14.89 15.16 -
YUV 109.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 162 83 105 0 0.49 0.35 0.36 343.29 0.32 0.48
Hex A2 53 69 0 31 23 24 157 20 30
Octal 242 123 151 0 61 43 44 527 40 60
Binary 10100010 1010011 1101001 0 110001 100011 100100 101010111 100000 110000

Color Harmonies of #A25369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25369

Black with #A25369

Text Example


Text Example

White with #A25369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25369; }

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

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

background-color css

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

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

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

border-color css

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

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

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