Html Css Color HEX #A4526D Vin Rouge

📋 copy color: '#A4526D'

red 164 ◦ green 82 ◦ blue 109

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

Shades of Vin Rouge #A4526D

Tints of Vin Rouge #A4526D

RGB

 RED value IS 164 (64.45% from 255) = 46.2%

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

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 46.2%
G = 23.1%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4526D (or 0xA4526D) is known color: Vin Rouge. HEX triplet: A4, 52 and 6D. RGB value is (164,82,109). Sum of RGB (Red+Green+Blue) = 164+82+109=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4526D is #5BAD92. Grayscale: #6D6D6D. Windows color (decimal): -6008211 or 7164580. OLE color: 7164580.

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

Color convert

RGB 164 82 109 -
CMYK 0 0.5 0.34 0.36
HSL 340.24º 0.33% 0.48% -
HSV(B) 340.24º 0.5% 0.64% -
XYZ 21.09 15.03 16.26 -
YUV 109.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 164 82 109 0 0.5 0.34 0.36 340.24 0.33 0.48
Hex A4 52 6D 0 32 22 24 154 21 30
Octal 244 122 155 0 62 42 44 524 41 60
Binary 10100100 1010010 1101101 0 110010 100010 100100 101010100 100001 110000

Color Harmonies of #A4526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4526D

Black with #A4526D

Text Example


Text Example

White with #A4526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4526D; }

 p { color: rgb(164,82,109); }

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

background-color css

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

 a { background-color: rgb(164,82,109); }

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

border-color css

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

 span { border-color: rgb(164,82,109); }

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