Html Css Color HEX #A05B6B Vin Rouge

📋 copy color: '#A05B6B'

red 160 ◦ green 91 ◦ blue 107

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

Shades of Vin Rouge #A05B6B

Tints of Vin Rouge #A05B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 44.69%
G = 25.42%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A05B6B (or 0xA05B6B) is known color: Vin Rouge. HEX triplet: A0, 5B and 6B. RGB value is (160,91,107). Sum of RGB (Red+Green+Blue) = 160+91+107=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B6B is #5FA494. Grayscale: #717171. Windows color (decimal): -6268053 or 7035808. OLE color: 7035808.

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

Color convert

RGB 160 91 107 -
CMYK 0 0.43 0.33 0.37
HSL 346.09º 0.27% 0.49% -
HSV(B) 346.09º 0.43% 0.63% -
XYZ 20.89 16.02 15.9 -
YUV 113.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 160 91 107 0 0.43 0.33 0.37 346.09 0.27 0.49
Hex A0 5B 6B 0 2B 21 25 15A 1B 31
Octal 240 133 153 0 53 41 45 532 33 61
Binary 10100000 1011011 1101011 0 101011 100001 100101 101011010 11011 110001

Color Harmonies of #A05B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05B6B

Black with #A05B6B

Text Example


Text Example

White with #A05B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05B6B; }

 p { color: rgb(160,91,107); }

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

background-color css

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

 a { background-color: rgb(160,91,107); }

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

border-color css

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

 span { border-color: rgb(160,91,107); }

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