Html Css Color HEX #A84564 Rouge

📋 copy color: '#A84564'

red 168 ◦ green 69 ◦ blue 100

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

Shades of Rouge #A84564

Tints of Rouge #A84564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 49.85%
G = 20.47%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A84564 (or 0xA84564) is known color: Rouge. HEX triplet: A8, 45 and 64. RGB value is (168,69,100). Sum of RGB (Red+Green+Blue) = 168+69+100=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A84564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84564 is #57BA9B. Grayscale: #666666. Windows color (decimal): -5749404 or 6571432. OLE color: 6571432.

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

Color convert

RGB 168 69 100 -
CMYK 0 0.59 0.40 0.34
HSL 341.21º 0.42% 0.46% -
HSV(B) 341.21º 0.59% 0.66% -
XYZ 20.58 13.5 13.58 -
YUV 102.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 168 69 100 0 0.59 0.40 0.34 341.21 0.42 0.46
Hex A8 45 64 0 3B 28 22 155 2A 2E
Octal 250 105 144 0 73 50 42 525 52 56
Binary 10101000 1000101 1100100 0 111011 101000 100010 101010101 101010 101110

Color Harmonies of #A84564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84564

Black with #A84564

Text Example


Text Example

White with #A84564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84564; }

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

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

background-color css

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

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

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

border-color css

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

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

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