Html Css Color HEX #A82C60 Rouge

📋 copy color: '#A82C60'

red 168 ◦ green 44 ◦ blue 96

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

Shades of Rouge #A82C60

Tints of Rouge #A82C60

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.29%

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

R = 54.55%
G = 14.29%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A82C60 (or 0xA82C60) is known color: Rouge. HEX triplet: A8, 2C and 60. RGB value is (168,44,96). Sum of RGB (Red+Green+Blue) = 168+44+96=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82C60 is #57D39F. Grayscale: #565656. Windows color (decimal): -5755808 or 6302888. OLE color: 6302888.

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

Color convert

RGB 168 44 96 -
CMYK 0 0.74 0.43 0.34
HSL 334.84º 0.58% 0.42% -
HSV(B) 334.84º 0.74% 0.66% -
XYZ 19.16 10.97 12.17 -
YUV 87 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 168 44 96 0 0.74 0.43 0.34 334.84 0.58 0.42
Hex A8 2C 60 0 4A 2B 22 14F 3A 2A
Octal 250 54 140 0 112 53 42 517 72 52
Binary 10101000 101100 1100000 0 1001010 101011 100010 101001111 111010 101010

Color Harmonies of #A82C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C60

Black with #A82C60

Text Example


Text Example

White with #A82C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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