Html Css Color HEX #A24062 Rouge

📋 copy color: '#A24062'

red 162 ◦ green 64 ◦ blue 98

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

Shades of Rouge #A24062

Tints of Rouge #A24062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 50%
G = 19.75%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A24062 (or 0xA24062) is known color: Rouge. HEX triplet: A2, 40 and 62. RGB value is (162,64,98). Sum of RGB (Red+Green+Blue) = 162+64+98=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A24062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24062 is #5DBF9D. Grayscale: #616161. Windows color (decimal): -6143902 or 6439074. OLE color: 6439074.

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

Color convert

RGB 162 64 98 -
CMYK 0 0.60 0.40 0.36
HSL 339.18º 0.43% 0.44% -
HSV(B) 339.18º 0.6% 0.64% -
XYZ 18.94 12.23 12.92 -
YUV 97.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 162 64 98 0 0.60 0.40 0.36 339.18 0.43 0.44
Hex A2 40 62 0 3C 28 24 153 2B 2C
Octal 242 100 142 0 74 50 44 523 53 54
Binary 10100010 1000000 1100010 0 111100 101000 100100 101010011 101011 101100

Color Harmonies of #A24062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24062

Black with #A24062

Text Example


Text Example

White with #A24062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24062; }

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

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

background-color css

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

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

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

border-color css

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

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

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