Html Css Color HEX #A84863 Rouge

📋 copy color: '#A84863'

red 168 ◦ green 72 ◦ blue 99

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

Shades of Rouge #A84863

Tints of Rouge #A84863

RGB

 RED value IS 168 (66.02% from 255) = 49.56%

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 49.56%
G = 21.24%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A84863 (or 0xA84863) is known color: Rouge. HEX triplet: A8, 48 and 63. RGB value is (168,72,99). Sum of RGB (Red+Green+Blue) = 168+72+99=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A84863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84863 is #57B79C. Grayscale: #676767. Windows color (decimal): -5748637 or 6506664. OLE color: 6506664.

HSL color Cylindrical-coordinate representation of color #A84863: hue angle of 343.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84863 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 99 -
CMYK 0 0.57 0.41 0.34
HSL 343.13º 0.4% 0.47% -
HSV(B) 343.13º 0.57% 0.66% -
XYZ 20.72 13.86 13.39 -
YUV 103.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 168 72 99 0 0.57 0.41 0.34 343.13 0.4 0.47
Hex A8 48 63 0 39 29 22 157 28 2F
Octal 250 110 143 0 71 51 42 527 50 57
Binary 10101000 1001000 1100011 0 111001 101001 100010 101010111 101000 101111

Color Harmonies of #A84863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84863

Black with #A84863

Text Example


Text Example

White with #A84863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84863; }

 p { color: rgb(168,72,99); }

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

background-color css

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

 a { background-color: rgb(168,72,99); }

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

border-color css

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

 span { border-color: rgb(168,72,99); }

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