Html Css Color HEX #A63869 Rouge

📋 copy color: '#A63869'

red 166 ◦ green 56 ◦ blue 105

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

Shades of Rouge #A63869

Tints of Rouge #A63869

RGB

 RED value IS 166 (65.23% from 255) = 50.76%

 GREEN value IS 56 (22.27% from 255) = 17.13%

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

R = 50.76%
G = 17.13%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63869 (or 0xA63869) is known color: Rouge. HEX triplet: A6, 38 and 69. RGB value is (166,56,105). Sum of RGB (Red+Green+Blue) = 166+56+105=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A63869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63869 is #59C796. Grayscale: #5E5E5E. Windows color (decimal): -5883799 or 6895782. OLE color: 6895782.

HSL color Cylindrical-coordinate representation of color #A63869: hue angle of 333.27º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63869 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 56 105 -
CMYK 0 0.66 0.37 0.35
HSL 333.27º 0.5% 0.44% -
HSV(B) 333.27º 0.66% 0.65% -
XYZ 19.69 11.96 14.63 -
YUV 94.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 166 56 105 0 0.66 0.37 0.35 333.27 0.5 0.44
Hex A6 38 69 0 42 25 23 14D 32 2C
Octal 246 70 151 0 102 45 43 515 62 54
Binary 10100110 111000 1101001 0 1000010 100101 100011 101001101 110010 101100

Color Harmonies of #A63869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63869

Black with #A63869

Text Example


Text Example

White with #A63869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63869; }

 p { color: rgb(166,56,105); }

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

background-color css

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

 a { background-color: rgb(166,56,105); }

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

border-color css

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

 span { border-color: rgb(166,56,105); }

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