Html Css Color HEX #A25265 Vin Rouge

📋 copy color: '#A25265'

red 162 ◦ green 82 ◦ blue 101

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

Shades of Vin Rouge #A25265

Tints of Vin Rouge #A25265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 46.96%
G = 23.77%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A25265 (or 0xA25265) is known color: Vin Rouge. HEX triplet: A2, 52 and 65. RGB value is (162,82,101). Sum of RGB (Red+Green+Blue) = 162+82+101=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A25265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25265 is #5DAD9A. Grayscale: #6C6C6C. Windows color (decimal): -6139291 or 6640290. OLE color: 6640290.

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

Color convert

RGB 162 82 101 -
CMYK 0 0.49 0.38 0.36
HSL 345.75º 0.33% 0.48% -
HSV(B) 345.75º 0.49% 0.64% -
XYZ 20.27 14.66 14.07 -
YUV 108.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 162 82 101 0 0.49 0.38 0.36 345.75 0.33 0.48
Hex A2 52 65 0 31 26 24 15A 21 30
Octal 242 122 145 0 61 46 44 532 41 60
Binary 10100010 1010010 1100101 0 110001 100110 100100 101011010 100001 110000

Color Harmonies of #A25265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25265

Black with #A25265

Text Example


Text Example

White with #A25265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25265; }

 p { color: rgb(162,82,101); }

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

background-color css

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

 a { background-color: rgb(162,82,101); }

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

border-color css

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

 span { border-color: rgb(162,82,101); }

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