Html Css Color HEX #A45367 Vin Rouge

📋 copy color: '#A45367'

red 164 ◦ green 83 ◦ blue 103

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

Shades of Vin Rouge #A45367

Tints of Vin Rouge #A45367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.71%

 BLUE value IS 103 (40.63% from 255) = 29.43%

R = 46.86%
G = 23.71%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A45367 (or 0xA45367) is known color: Vin Rouge. HEX triplet: A4, 53 and 67. RGB value is (164,83,103). Sum of RGB (Red+Green+Blue) = 164+83+103=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A45367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45367 is #5BAC98. Grayscale: #6D6D6D. Windows color (decimal): -6007961 or 6771620. OLE color: 6771620.

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

Color convert

RGB 164 83 103 -
CMYK 0 0.49 0.37 0.36
HSL 345.19º 0.33% 0.48% -
HSV(B) 345.19º 0.49% 0.64% -
XYZ 20.85 15.06 14.64 -
YUV 109.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 164 83 103 0 0.49 0.37 0.36 345.19 0.33 0.48
Hex A4 53 67 0 31 25 24 159 21 30
Octal 244 123 147 0 61 45 44 531 41 60
Binary 10100100 1010011 1100111 0 110001 100101 100100 101011001 100001 110000

Color Harmonies of #A45367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45367

Black with #A45367

Text Example


Text Example

White with #A45367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45367; }

 p { color: rgb(164,83,103); }

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

background-color css

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

 a { background-color: rgb(164,83,103); }

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

border-color css

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

 span { border-color: rgb(164,83,103); }

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