Html Css Color HEX #A4586B Vin Rouge

📋 copy color: '#A4586B'

red 164 ◦ green 88 ◦ blue 107

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

Shades of Vin Rouge #A4586B

Tints of Vin Rouge #A4586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.51%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 45.68%
G = 24.51%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4586B (or 0xA4586B) is known color: Vin Rouge. HEX triplet: A4, 58 and 6B. RGB value is (164,88,107). Sum of RGB (Red+Green+Blue) = 164+88+107=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4586B is #5BA794. Grayscale: #707070. Windows color (decimal): -6006677 or 7035044. OLE color: 7035044.

HSL color Cylindrical-coordinate representation of color #A4586B: hue angle of 345º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4586B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 88 107 -
CMYK 0 0.46 0.35 0.36
HSL 345º 0.3% 0.49% -
HSV(B) 345º 0.46% 0.64% -
XYZ 21.45 15.93 15.85 -
YUV 112.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 164 88 107 0 0.46 0.35 0.36 345 0.3 0.49
Hex A4 58 6B 0 2E 23 24 159 1E 31
Octal 244 130 153 0 56 43 44 531 36 61
Binary 10100100 1011000 1101011 0 101110 100011 100100 101011001 11110 110001

Color Harmonies of #A4586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4586B

Black with #A4586B

Text Example


Text Example

White with #A4586B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4586B; }

 p { color: rgb(164,88,107); }

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

background-color css

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

 a { background-color: rgb(164,88,107); }

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

border-color css

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

 span { border-color: rgb(164,88,107); }

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