Html Css Color HEX #A24076 Rouge

📋 copy color: '#A24076'

red 162 ◦ green 64 ◦ blue 118

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

Shades of Rouge #A24076

Tints of Rouge #A24076

RGB

 RED value IS 162 (63.67% from 255) = 47.09%

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

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 47.09%
G = 18.6%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A24076 (or 0xA24076) is known color: Rouge. HEX triplet: A2, 40 and 76. RGB value is (162,64,118). Sum of RGB (Red+Green+Blue) = 162+64+118=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A24076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24076 is #5DBF89. Grayscale: #636363. Windows color (decimal): -6143882 or 7749794. OLE color: 7749794.

HSL color Cylindrical-coordinate representation of color #A24076: hue angle of 326.94º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24076 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 64 118 -
CMYK 0 0.60 0.27 0.36
HSL 326.94º 0.43% 0.44% -
HSV(B) 326.94º 0.6% 0.64% -
XYZ 20 12.66 18.53 -
YUV 99.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 162 64 118 0 0.60 0.27 0.36 326.94 0.43 0.44
Hex A2 40 76 0 3C 1B 24 147 2B 2C
Octal 242 100 166 0 74 33 44 507 53 54
Binary 10100010 1000000 1110110 0 111100 11011 100100 101000111 101011 101100

Color Harmonies of #A24076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24076

Black with #A24076

Text Example


Text Example

White with #A24076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24076; }

 p { color: rgb(162,64,118); }

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

background-color css

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

 a { background-color: rgb(162,64,118); }

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

border-color css

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

 span { border-color: rgb(162,64,118); }

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