Html Css Color HEX #A63468 Rouge

📋 copy color: '#A63468'

red 166 ◦ green 52 ◦ blue 104

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

Shades of Rouge #A63468

Tints of Rouge #A63468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 51.55%
G = 16.15%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63468 (or 0xA63468) is known color: Rouge. HEX triplet: A6, 34 and 68. RGB value is (166,52,104). Sum of RGB (Red+Green+Blue) = 166+52+104=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A63468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63468 is #59CB97. Grayscale: #5B5B5B. Windows color (decimal): -5884824 or 6829222. OLE color: 6829222.

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

Color convert

RGB 166 52 104 -
CMYK 0 0.69 0.37 0.35
HSL 332.63º 0.52% 0.43% -
HSV(B) 332.63º 0.69% 0.65% -
XYZ 19.45 11.56 14.3 -
YUV 92.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 166 52 104 0 0.69 0.37 0.35 332.63 0.52 0.43
Hex A6 34 68 0 45 25 23 14D 34 2B
Octal 246 64 150 0 105 45 43 515 64 53
Binary 10100110 110100 1101000 0 1000101 100101 100011 101001101 110100 101011

Color Harmonies of #A63468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63468

Black with #A63468

Text Example


Text Example

White with #A63468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63468; }

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

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

background-color css

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

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

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

border-color css

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

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

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