Html Css Color HEX #A35165 Vin Rouge

📋 copy color: '#A35165'

red 163 ◦ green 81 ◦ blue 101

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

Shades of Vin Rouge #A35165

Tints of Vin Rouge #A35165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 47.25%
G = 23.48%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A35165 (or 0xA35165) is known color: Vin Rouge. HEX triplet: A3, 51 and 65. RGB value is (163,81,101). Sum of RGB (Red+Green+Blue) = 163+81+101=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A35165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35165 is #5CAE9A. Grayscale: #6B6B6B. Windows color (decimal): -6074011 or 6640035. OLE color: 6640035.

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

Color convert

RGB 163 81 101 -
CMYK 0 0.50 0.38 0.36
HSL 345.37º 0.34% 0.48% -
HSV(B) 345.37º 0.5% 0.64% -
XYZ 20.4 14.61 14.06 -
YUV 107.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 163 81 101 0 0.50 0.38 0.36 345.37 0.34 0.48
Hex A3 51 65 0 32 26 24 159 22 30
Octal 243 121 145 0 62 46 44 531 42 60
Binary 10100011 1010001 1100101 0 110010 100110 100100 101011001 100010 110000

Color Harmonies of #A35165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35165

Black with #A35165

Text Example


Text Example

White with #A35165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35165; }

 p { color: rgb(163,81,101); }

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

background-color css

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

 a { background-color: rgb(163,81,101); }

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

border-color css

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

 span { border-color: rgb(163,81,101); }

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