Html Css Color HEX #A05266 Vin Rouge

📋 copy color: '#A05266'

red 160 ◦ green 82 ◦ blue 102

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

Shades of Vin Rouge #A05266

Tints of Vin Rouge #A05266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 46.51%
G = 23.84%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A05266 (or 0xA05266) is known color: Vin Rouge. HEX triplet: A0, 52 and 66. RGB value is (160,82,102). Sum of RGB (Red+Green+Blue) = 160+82+102=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A05266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05266 is #5FAD99. Grayscale: #6B6B6B. Windows color (decimal): -6270362 or 6705824. OLE color: 6705824.

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

Color convert

RGB 160 82 102 -
CMYK 0 0.49 0.36 0.37
HSL 344.62º 0.32% 0.47% -
HSV(B) 344.62º 0.49% 0.63% -
XYZ 19.91 14.47 14.31 -
YUV 107.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 160 82 102 0 0.49 0.36 0.37 344.62 0.32 0.47
Hex A0 52 66 0 31 24 25 159 20 2F
Octal 240 122 146 0 61 44 45 531 40 57
Binary 10100000 1010010 1100110 0 110001 100100 100101 101011001 100000 101111

Color Harmonies of #A05266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05266

Black with #A05266

Text Example


Text Example

White with #A05266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05266; }

 p { color: rgb(160,82,102); }

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

background-color css

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

 a { background-color: rgb(160,82,102); }

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

border-color css

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

 span { border-color: rgb(160,82,102); }

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