Html Css Color HEX #A35668 Vin Rouge

📋 copy color: '#A35668'

red 163 ◦ green 86 ◦ blue 104

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

Shades of Vin Rouge #A35668

Tints of Vin Rouge #A35668

RGB

 RED value IS 163 (64.06% from 255) = 46.18%

 GREEN value IS 86 (33.98% from 255) = 24.36%

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

R = 46.18%
G = 24.36%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A35668 (or 0xA35668) is known color: Vin Rouge. HEX triplet: A3, 56 and 68. RGB value is (163,86,104). Sum of RGB (Red+Green+Blue) = 163+86+104=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A35668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35668 is #5CA997. Grayscale: #6F6F6F. Windows color (decimal): -6072728 or 6837923. OLE color: 6837923.

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

Color convert

RGB 163 86 104 -
CMYK 0 0.47 0.36 0.36
HSL 345.97º 0.31% 0.49% -
HSV(B) 345.97º 0.47% 0.64% -
XYZ 20.93 15.44 14.97 -
YUV 111.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 163 86 104 0 0.47 0.36 0.36 345.97 0.31 0.49
Hex A3 56 68 0 2F 24 24 15A 1F 31
Octal 243 126 150 0 57 44 44 532 37 61
Binary 10100011 1010110 1101000 0 101111 100100 100100 101011010 11111 110001

Color Harmonies of #A35668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35668

Black with #A35668

Text Example


Text Example

White with #A35668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35668; }

 p { color: rgb(163,86,104); }

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

background-color css

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

 a { background-color: rgb(163,86,104); }

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

border-color css

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

 span { border-color: rgb(163,86,104); }

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