Html Css Color HEX #A25267 Vin Rouge

📋 copy color: '#A25267'

red 162 ◦ green 82 ◦ blue 103

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

Shades of Vin Rouge #A25267

Tints of Vin Rouge #A25267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.68%

R = 46.69%
G = 23.63%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A25267 (or 0xA25267) is known color: Vin Rouge. HEX triplet: A2, 52 and 67. RGB value is (162,82,103). Sum of RGB (Red+Green+Blue) = 162+82+103=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25267 is #5DAD98. Grayscale: #6C6C6C. Windows color (decimal): -6139289 or 6771362. OLE color: 6771362.

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

Color convert

RGB 162 82 103 -
CMYK 0 0.49 0.36 0.36
HSL 344.25º 0.33% 0.48% -
HSV(B) 344.25º 0.49% 0.64% -
XYZ 20.37 14.7 14.6 -
YUV 108.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 162 82 103 0 0.49 0.36 0.36 344.25 0.33 0.48
Hex A2 52 67 0 31 24 24 158 21 30
Octal 242 122 147 0 61 44 44 530 41 60
Binary 10100010 1010010 1100111 0 110001 100100 100100 101011000 100001 110000

Color Harmonies of #A25267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25267

Black with #A25267

Text Example


Text Example

White with #A25267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25267; }

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

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

background-color css

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

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

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

border-color css

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

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

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