Html Css Color HEX #A84563 Rouge

📋 copy color: '#A84563'

red 168 ◦ green 69 ◦ blue 99

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

Shades of Rouge #A84563

Tints of Rouge #A84563

RGB

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

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

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

R = 50%
G = 20.54%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A84563 (or 0xA84563) is known color: Rouge. HEX triplet: A8, 45 and 63. RGB value is (168,69,99). Sum of RGB (Red+Green+Blue) = 168+69+99=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A84563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84563 is #57BA9C. Grayscale: #666666. Windows color (decimal): -5749405 or 6505896. OLE color: 6505896.

HSL color Cylindrical-coordinate representation of color #A84563: hue angle of 341.82º 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 #A84563 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 69 99 -
CMYK 0 0.59 0.41 0.34
HSL 341.82º 0.42% 0.46% -
HSV(B) 341.82º 0.59% 0.66% -
XYZ 20.53 13.48 13.32 -
YUV 102.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 168 69 99 0 0.59 0.41 0.34 341.82 0.42 0.46
Hex A8 45 63 0 3B 29 22 156 2A 2E
Octal 250 105 143 0 73 51 42 526 52 56
Binary 10101000 1000101 1100011 0 111011 101001 100010 101010110 101010 101110

Color Harmonies of #A84563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84563

Black with #A84563

Text Example


Text Example

White with #A84563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84563; }

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

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

background-color css

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

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

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

border-color css

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

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

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