Html Css Color HEX #A25B61 Vin Rouge

📋 copy color: '#A25B61'

red 162 ◦ green 91 ◦ blue 97

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

Shades of Vin Rouge #A25B61

Tints of Vin Rouge #A25B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 46.29%
G = 26%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A25B61 (or 0xA25B61) is known color: Vin Rouge. HEX triplet: A2, 5B and 61. RGB value is (162,91,97). Sum of RGB (Red+Green+Blue) = 162+91+97=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B61 is #5DA49E. Grayscale: #707070. Windows color (decimal): -6136991 or 6380450. OLE color: 6380450.

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

Color convert

RGB 162 91 97 -
CMYK 0 0.44 0.40 0.36
HSL 354.93º 0.28% 0.5% -
HSV(B) 354.93º 0.44% 0.64% -
XYZ 20.8 16.03 13.31 -
YUV 112.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 162 91 97 0 0.44 0.40 0.36 354.93 0.28 0.5
Hex A2 5B 61 0 2C 28 24 163 1C 32
Octal 242 133 141 0 54 50 44 543 34 62
Binary 10100010 1011011 1100001 0 101100 101000 100100 101100011 11100 110010

Color Harmonies of #A25B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B61

Black with #A25B61

Text Example


Text Example

White with #A25B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B61; }

 p { color: rgb(162,91,97); }

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

background-color css

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

 a { background-color: rgb(162,91,97); }

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

border-color css

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

 span { border-color: rgb(162,91,97); }

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