Html Css Color HEX #A25269 Vin Rouge

📋 copy color: '#A25269'

red 162 ◦ green 82 ◦ blue 105

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

Shades of Vin Rouge #A25269

Tints of Vin Rouge #A25269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.09%

R = 46.42%
G = 23.5%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A25269 (or 0xA25269) is known color: Vin Rouge. HEX triplet: A2, 52 and 69. RGB value is (162,82,105). Sum of RGB (Red+Green+Blue) = 162+82+105=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A25269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25269 is #5DAD96. Grayscale: #6C6C6C. Windows color (decimal): -6139287 or 6902434. OLE color: 6902434.

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

Color convert

RGB 162 82 105 -
CMYK 0 0.49 0.35 0.36
HSL 342.75º 0.33% 0.48% -
HSV(B) 342.75º 0.49% 0.64% -
XYZ 20.47 14.74 15.13 -
YUV 108.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 162 82 105 0 0.49 0.35 0.36 342.75 0.33 0.48
Hex A2 52 69 0 31 23 24 157 21 30
Octal 242 122 151 0 61 43 44 527 41 60
Binary 10100010 1010010 1101001 0 110001 100011 100100 101010111 100001 110000

Color Harmonies of #A25269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25269

Black with #A25269

Text Example


Text Example

White with #A25269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25269; }

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

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

background-color css

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

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

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

border-color css

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

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

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