Html Css Color HEX #A84562 Rouge

📋 copy color: '#A84562'

red 168 ◦ green 69 ◦ blue 98

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

Shades of Rouge #A84562

Tints of Rouge #A84562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 50.15%
G = 20.6%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A84562 (or 0xA84562) is known color: Rouge. HEX triplet: A8, 45 and 62. RGB value is (168,69,98). Sum of RGB (Red+Green+Blue) = 168+69+98=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A84562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84562 is #57BA9D. Grayscale: #656565. Windows color (decimal): -5749406 or 6440360. OLE color: 6440360.

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

Color convert

RGB 168 69 98 -
CMYK 0 0.59 0.42 0.34
HSL 342.42º 0.42% 0.46% -
HSV(B) 342.42º 0.59% 0.66% -
XYZ 20.48 13.46 13.07 -
YUV 101.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 168 69 98 0 0.59 0.42 0.34 342.42 0.42 0.46
Hex A8 45 62 0 3B 2A 22 156 2A 2E
Octal 250 105 142 0 73 52 42 526 52 56
Binary 10101000 1000101 1100010 0 111011 101010 100010 101010110 101010 101110

Color Harmonies of #A84562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84562

Black with #A84562

Text Example


Text Example

White with #A84562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84562; }

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

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

background-color css

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

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

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

border-color css

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

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

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