Html Css Color HEX #A45A6D Vin Rouge

📋 copy color: '#A45A6D'

red 164 ◦ green 90 ◦ blue 109

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

Shades of Vin Rouge #A45A6D

Tints of Vin Rouge #A45A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

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

R = 45.18%
G = 24.79%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A45A6D (or 0xA45A6D) is known color: Vin Rouge. HEX triplet: A4, 5A and 6D. RGB value is (164,90,109). Sum of RGB (Red+Green+Blue) = 164+90+109=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A6D is #5BA592. Grayscale: #727272. Windows color (decimal): -6006163 or 7166628. OLE color: 7166628.

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

Color convert

RGB 164 90 109 -
CMYK 0 0.45 0.34 0.36
HSL 344.59º 0.29% 0.5% -
HSV(B) 344.59º 0.45% 0.64% -
XYZ 21.73 16.31 16.47 -
YUV 114.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 164 90 109 0 0.45 0.34 0.36 344.59 0.29 0.5
Hex A4 5A 6D 0 2D 22 24 159 1D 32
Octal 244 132 155 0 55 42 44 531 35 62
Binary 10100100 1011010 1101101 0 101101 100010 100100 101011001 11101 110010

Color Harmonies of #A45A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A6D

Black with #A45A6D

Text Example


Text Example

White with #A45A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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