Html Css Color HEX #A45568 Vin Rouge

📋 copy color: '#A45568'

red 164 ◦ green 85 ◦ blue 104

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

Shades of Vin Rouge #A45568

Tints of Vin Rouge #A45568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.08%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 46.46%
G = 24.08%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A45568 (or 0xA45568) is known color: Vin Rouge. HEX triplet: A4, 55 and 68. RGB value is (164,85,104). Sum of RGB (Red+Green+Blue) = 164+85+104=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A45568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45568 is #5BAA97. Grayscale: #6E6E6E. Windows color (decimal): -6007448 or 6837668. OLE color: 6837668.

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

Color convert

RGB 164 85 104 -
CMYK 0 0.48 0.37 0.36
HSL 345.57º 0.32% 0.49% -
HSV(B) 345.57º 0.48% 0.64% -
XYZ 21.06 15.39 14.96 -
YUV 110.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 164 85 104 0 0.48 0.37 0.36 345.57 0.32 0.49
Hex A4 55 68 0 30 25 24 15A 20 31
Octal 244 125 150 0 60 45 44 532 40 61
Binary 10100100 1010101 1101000 0 110000 100101 100100 101011010 100000 110001

Color Harmonies of #A45568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45568

Black with #A45568

Text Example


Text Example

White with #A45568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45568; }

 p { color: rgb(164,85,104); }

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

background-color css

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

 a { background-color: rgb(164,85,104); }

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

border-color css

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

 span { border-color: rgb(164,85,104); }

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