Html Css Color HEX #A25A66 Vin Rouge

📋 copy color: '#A25A66'

red 162 ◦ green 90 ◦ blue 102

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

Shades of Vin Rouge #A25A66

Tints of Vin Rouge #A25A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

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

R = 45.76%
G = 25.42%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A25A66 (or 0xA25A66) is known color: Vin Rouge. HEX triplet: A2, 5A and 66. RGB value is (162,90,102). Sum of RGB (Red+Green+Blue) = 162+90+102=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A66 is #5DA599. Grayscale: #707070. Windows color (decimal): -6137242 or 6707874. OLE color: 6707874.

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

Color convert

RGB 162 90 102 -
CMYK 0 0.44 0.37 0.36
HSL 350º 0.29% 0.49% -
HSV(B) 350º 0.44% 0.64% -
XYZ 20.95 15.95 14.55 -
YUV 112.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 162 90 102 0 0.44 0.37 0.36 350 0.29 0.49
Hex A2 5A 66 0 2C 25 24 15E 1D 31
Octal 242 132 146 0 54 45 44 536 35 61
Binary 10100010 1011010 1100110 0 101100 100101 100100 101011110 11101 110001

Color Harmonies of #A25A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A66

Black with #A25A66

Text Example


Text Example

White with #A25A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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