Html Css Color HEX #A84260 Rouge

📋 copy color: '#A84260'

red 168 ◦ green 66 ◦ blue 96

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

Shades of Rouge #A84260

Tints of Rouge #A84260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 50.91%
G = 20%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A84260 (or 0xA84260) is known color: Rouge. HEX triplet: A8, 42 and 60. RGB value is (168,66,96). Sum of RGB (Red+Green+Blue) = 168+66+96=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A84260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84260 is #57BD9F. Grayscale: #636363. Windows color (decimal): -5750176 or 6308520. OLE color: 6308520.

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

Color convert

RGB 168 66 96 -
CMYK 0 0.61 0.43 0.34
HSL 342.35º 0.44% 0.46% -
HSV(B) 342.35º 0.61% 0.66% -
XYZ 20.21 13.07 12.52 -
YUV 99.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 168 66 96 0 0.61 0.43 0.34 342.35 0.44 0.46
Hex A8 42 60 0 3D 2B 22 156 2C 2E
Octal 250 102 140 0 75 53 42 526 54 56
Binary 10101000 1000010 1100000 0 111101 101011 100010 101010110 101100 101110

Color Harmonies of #A84260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84260

Black with #A84260

Text Example


Text Example

White with #A84260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84260; }

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

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

background-color css

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

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

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

border-color css

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

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

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