Html Css Color HEX #A63465 Rouge

📋 copy color: '#A63465'

red 166 ◦ green 52 ◦ blue 101

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

Shades of Rouge #A63465

Tints of Rouge #A63465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 52.04%
G = 16.3%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63465 (or 0xA63465) is known color: Rouge. HEX triplet: A6, 34 and 65. RGB value is (166,52,101). Sum of RGB (Red+Green+Blue) = 166+52+101=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A63465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63465 is #59CB9A. Grayscale: #5B5B5B. Windows color (decimal): -5884827 or 6632614. OLE color: 6632614.

HSL color Cylindrical-coordinate representation of color #A63465: hue angle of 334.21º 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 #A63465 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 101 -
CMYK 0 0.69 0.39 0.35
HSL 334.21º 0.52% 0.43% -
HSV(B) 334.21º 0.69% 0.65% -
XYZ 19.3 11.5 13.51 -
YUV 91.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 166 52 101 0 0.69 0.39 0.35 334.21 0.52 0.43
Hex A6 34 65 0 45 27 23 14E 34 2B
Octal 246 64 145 0 105 47 43 516 64 53
Binary 10100110 110100 1100101 0 1000101 100111 100011 101001110 110100 101011

Color Harmonies of #A63465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63465

Black with #A63465

Text Example


Text Example

White with #A63465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63465; }

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

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

background-color css

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

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

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

border-color css

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

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

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