Html Css Color HEX #A5526C Vin Rouge

📋 copy color: '#A5526C'

red 165 ◦ green 82 ◦ blue 108

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

Shades of Vin Rouge #A5526C

Tints of Vin Rouge #A5526C

RGB

 RED value IS 165 (64.84% from 255) = 46.48%

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

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 46.48%
G = 23.1%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5526C (or 0xA5526C) is known color: Vin Rouge. HEX triplet: A5, 52 and 6C. RGB value is (165,82,108). Sum of RGB (Red+Green+Blue) = 165+82+108=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5526C is #5AAD93. Grayscale: #6D6D6D. Windows color (decimal): -5942676 or 7099045. OLE color: 7099045.

HSL color Cylindrical-coordinate representation of color #A5526C: hue angle of 341.2º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5526C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 108 -
CMYK 0 0.50 0.35 0.35
HSL 341.2º 0.34% 0.48% -
HSV(B) 341.2º 0.5% 0.65% -
XYZ 21.24 15.12 15.99 -
YUV 109.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 165 82 108 0 0.50 0.35 0.35 341.2 0.34 0.48
Hex A5 52 6C 0 32 23 23 155 22 30
Octal 245 122 154 0 62 43 43 525 42 60
Binary 10100101 1010010 1101100 0 110010 100011 100011 101010101 100010 110000

Color Harmonies of #A5526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5526C

Black with #A5526C

Text Example


Text Example

White with #A5526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5526C; }

 p { color: rgb(165,82,108); }

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

background-color css

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

 a { background-color: rgb(165,82,108); }

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

border-color css

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

 span { border-color: rgb(165,82,108); }

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