Html Css Color HEX #A25066 Vin Rouge

📋 copy color: '#A25066'

red 162 ◦ green 80 ◦ blue 102

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

Shades of Vin Rouge #A25066

Tints of Vin Rouge #A25066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 47.09%
G = 23.26%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A25066 (or 0xA25066) is known color: Vin Rouge. HEX triplet: A2, 50 and 66. RGB value is (162,80,102). Sum of RGB (Red+Green+Blue) = 162+80+102=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A25066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25066 is #5DAF99. Grayscale: #6B6B6B. Windows color (decimal): -6139802 or 6705314. OLE color: 6705314.

HSL color Cylindrical-coordinate representation of color #A25066: hue angle of 343.9º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25066 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 102 -
CMYK 0 0.51 0.37 0.36
HSL 343.9º 0.34% 0.47% -
HSV(B) 343.9º 0.51% 0.64% -
XYZ 20.17 14.38 14.28 -
YUV 107.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 162 80 102 0 0.51 0.37 0.36 343.9 0.34 0.47
Hex A2 50 66 0 33 25 24 158 22 2F
Octal 242 120 146 0 63 45 44 530 42 57
Binary 10100010 1010000 1100110 0 110011 100101 100100 101011000 100010 101111

Color Harmonies of #A25066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25066

Black with #A25066

Text Example


Text Example

White with #A25066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25066; }

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

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

background-color css

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

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

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

border-color css

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

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

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