Html Css Color HEX #A63268 Rouge

📋 copy color: '#A63268'

red 166 ◦ green 50 ◦ blue 104

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

Shades of Rouge #A63268

Tints of Rouge #A63268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 51.88%
G = 15.63%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63268 (or 0xA63268) is known color: Rouge. HEX triplet: A6, 32 and 68. RGB value is (166,50,104). Sum of RGB (Red+Green+Blue) = 166+50+104=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A63268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63268 is #59CD97. Grayscale: #5A5A5A. Windows color (decimal): -5885336 or 6828710. OLE color: 6828710.

HSL color Cylindrical-coordinate representation of color #A63268: hue angle of 332.07º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63268 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 104 -
CMYK 0 0.70 0.37 0.35
HSL 332.07º 0.54% 0.42% -
HSV(B) 332.07º 0.7% 0.65% -
XYZ 19.37 11.39 14.27 -
YUV 90.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 166 50 104 0 0.70 0.37 0.35 332.07 0.54 0.42
Hex A6 32 68 0 46 25 23 14C 36 2A
Octal 246 62 150 0 106 45 43 514 66 52
Binary 10100110 110010 1101000 0 1000110 100101 100011 101001100 110110 101010

Color Harmonies of #A63268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63268

Black with #A63268

Text Example


Text Example

White with #A63268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63268; }

 p { color: rgb(166,50,104); }

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

background-color css

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

 a { background-color: rgb(166,50,104); }

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

border-color css

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

 span { border-color: rgb(166,50,104); }

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