Html Css Color HEX #A84560 Rouge

📋 copy color: '#A84560'

red 168 ◦ green 69 ◦ blue 96

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

Shades of Rouge #A84560

Tints of Rouge #A84560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 50.45%
G = 20.72%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A84560 (or 0xA84560) is known color: Rouge. HEX triplet: A8, 45 and 60. RGB value is (168,69,96). Sum of RGB (Red+Green+Blue) = 168+69+96=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A84560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84560 is #57BA9F. Grayscale: #656565. Windows color (decimal): -5749408 or 6309288. OLE color: 6309288.

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

Color convert

RGB 168 69 96 -
CMYK 0 0.59 0.43 0.34
HSL 343.64º 0.42% 0.46% -
HSV(B) 343.64º 0.59% 0.66% -
XYZ 20.39 13.43 12.58 -
YUV 101.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 168 69 96 0 0.59 0.43 0.34 343.64 0.42 0.46
Hex A8 45 60 0 3B 2B 22 158 2A 2E
Octal 250 105 140 0 73 53 42 530 52 56
Binary 10101000 1000101 1100000 0 111011 101011 100010 101011000 101010 101110

Color Harmonies of #A84560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84560

Black with #A84560

Text Example


Text Example

White with #A84560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84560; }

 p { color: rgb(168,69,96); }

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

background-color css

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

 a { background-color: rgb(168,69,96); }

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

border-color css

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

 span { border-color: rgb(168,69,96); }

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