Html Css Color HEX #A64463 Rouge

📋 copy color: '#A64463'

red 166 ◦ green 68 ◦ blue 99

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

Shades of Rouge #A64463

Tints of Rouge #A64463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 49.85%
G = 20.42%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A64463 (or 0xA64463) is known color: Rouge. HEX triplet: A6, 44 and 63. RGB value is (166,68,99). Sum of RGB (Red+Green+Blue) = 166+68+99=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A64463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64463 is #59BB9C. Grayscale: #646464. Windows color (decimal): -5880733 or 6505638. OLE color: 6505638.

HSL color Cylindrical-coordinate representation of color #A64463: hue angle of 341.02º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64463 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 99 -
CMYK 0 0.59 0.40 0.35
HSL 341.02º 0.42% 0.46% -
HSV(B) 341.02º 0.59% 0.65% -
XYZ 20.05 13.14 13.28 -
YUV 100.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 166 68 99 0 0.59 0.40 0.35 341.02 0.42 0.46
Hex A6 44 63 0 3B 28 23 155 2A 2E
Octal 246 104 143 0 73 50 43 525 52 56
Binary 10100110 1000100 1100011 0 111011 101000 100011 101010101 101010 101110

Color Harmonies of #A64463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64463

Black with #A64463

Text Example


Text Example

White with #A64463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64463; }

 p { color: rgb(166,68,99); }

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

background-color css

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

 a { background-color: rgb(166,68,99); }

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

border-color css

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

 span { border-color: rgb(166,68,99); }

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