Html Css Color HEX #A05767 Vin Rouge

📋 copy color: '#A05767'

red 160 ◦ green 87 ◦ blue 103

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

Shades of Vin Rouge #A05767

Tints of Vin Rouge #A05767

RGB

 RED value IS 160 (62.89% from 255) = 45.71%

 GREEN value IS 87 (34.38% from 255) = 24.86%

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

R = 45.71%
G = 24.86%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A05767 (or 0xA05767) is known color: Vin Rouge. HEX triplet: A0, 57 and 67. RGB value is (160,87,103). Sum of RGB (Red+Green+Blue) = 160+87+103=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A05767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05767 is #5FA898. Grayscale: #6E6E6E. Windows color (decimal): -6269081 or 6772640. OLE color: 6772640.

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

Color convert

RGB 160 87 103 -
CMYK 0 0.46 0.36 0.37
HSL 346.85º 0.3% 0.48% -
HSV(B) 346.85º 0.46% 0.63% -
XYZ 20.35 15.27 14.71 -
YUV 110.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 160 87 103 0 0.46 0.36 0.37 346.85 0.3 0.48
Hex A0 57 67 0 2E 24 25 15B 1E 30
Octal 240 127 147 0 56 44 45 533 36 60
Binary 10100000 1010111 1100111 0 101110 100100 100101 101011011 11110 110000

Color Harmonies of #A05767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05767

Black with #A05767

Text Example


Text Example

White with #A05767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05767; }

 p { color: rgb(160,87,103); }

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

background-color css

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

 a { background-color: rgb(160,87,103); }

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

border-color css

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

 span { border-color: rgb(160,87,103); }

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