Html Css Color HEX #A63569 Rouge

📋 copy color: '#A63569'

red 166 ◦ green 53 ◦ blue 105

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

Shades of Rouge #A63569

Tints of Rouge #A63569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

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

R = 51.23%
G = 16.36%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63569 (or 0xA63569) is known color: Rouge. HEX triplet: A6, 35 and 69. RGB value is (166,53,105). Sum of RGB (Red+Green+Blue) = 166+53+105=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A63569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63569 is #59CA96. Grayscale: #5C5C5C. Windows color (decimal): -5884567 or 6895014. OLE color: 6895014.

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

Color convert

RGB 166 53 105 -
CMYK 0 0.68 0.37 0.35
HSL 332.39º 0.52% 0.43% -
HSV(B) 332.39º 0.68% 0.65% -
XYZ 19.55 11.67 14.59 -
YUV 92.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 166 53 105 0 0.68 0.37 0.35 332.39 0.52 0.43
Hex A6 35 69 0 44 25 23 14C 34 2B
Octal 246 65 151 0 104 45 43 514 64 53
Binary 10100110 110101 1101001 0 1000100 100101 100011 101001100 110100 101011

Color Harmonies of #A63569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63569

Black with #A63569

Text Example


Text Example

White with #A63569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63569; }

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

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

background-color css

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

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

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

border-color css

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

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

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