Html Css Color HEX #A84060 Rouge

📋 copy color: '#A84060'

red 168 ◦ green 64 ◦ blue 96

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

Shades of Rouge #A84060

Tints of Rouge #A84060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

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

R = 51.22%
G = 19.51%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A84060 (or 0xA84060) is known color: Rouge. HEX triplet: A8, 40 and 60. RGB value is (168,64,96). Sum of RGB (Red+Green+Blue) = 168+64+96=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A84060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84060 is #57BF9F. Grayscale: #626262. Windows color (decimal): -5750688 or 6308008. OLE color: 6308008.

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

Color convert

RGB 168 64 96 -
CMYK 0 0.62 0.43 0.34
HSL 341.54º 0.45% 0.45% -
HSV(B) 341.54º 0.62% 0.66% -
XYZ 20.09 12.84 12.48 -
YUV 98.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 168 64 96 0 0.62 0.43 0.34 341.54 0.45 0.45
Hex A8 40 60 0 3E 2B 22 156 2D 2D
Octal 250 100 140 0 76 53 42 526 55 55
Binary 10101000 1000000 1100000 0 111110 101011 100010 101010110 101101 101101

Color Harmonies of #A84060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84060

Black with #A84060

Text Example


Text Example

White with #A84060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84060; }

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

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

background-color css

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

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

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

border-color css

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

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

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