Html Css Color HEX #A05C69 Vin Rouge

📋 copy color: '#A05C69'

red 160 ◦ green 92 ◦ blue 105

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

Shades of Vin Rouge #A05C69

Tints of Vin Rouge #A05C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 44.82%
G = 25.77%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A05C69 (or 0xA05C69) is known color: Vin Rouge. HEX triplet: A0, 5C and 69. RGB value is (160,92,105). Sum of RGB (Red+Green+Blue) = 160+92+105=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05C69 is #5FA396. Grayscale: #717171. Windows color (decimal): -6267799 or 6904992. OLE color: 6904992.

HSL color Cylindrical-coordinate representation of color #A05C69: hue angle of 348.53º 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 #A05C69 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 92 105 -
CMYK 0 0.43 0.34 0.37
HSL 348.53º 0.27% 0.49% -
HSV(B) 348.53º 0.43% 0.63% -
XYZ 20.87 16.15 15.38 -
YUV 113.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 160 92 105 0 0.43 0.34 0.37 348.53 0.27 0.49
Hex A0 5C 69 0 2B 22 25 15D 1B 31
Octal 240 134 151 0 53 42 45 535 33 61
Binary 10100000 1011100 1101001 0 101011 100010 100101 101011101 11011 110001

Color Harmonies of #A05C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C69

Black with #A05C69

Text Example


Text Example

White with #A05C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C69; }

 p { color: rgb(160,92,105); }

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

background-color css

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

 a { background-color: rgb(160,92,105); }

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

border-color css

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

 span { border-color: rgb(160,92,105); }

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