Html Css Color HEX #A24364 Rouge

📋 copy color: '#A24364'

red 162 ◦ green 67 ◦ blue 100

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

Shades of Rouge #A24364

Tints of Rouge #A24364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 49.24%
G = 20.36%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A24364 (or 0xA24364) is known color: Rouge. HEX triplet: A2, 43 and 64. RGB value is (162,67,100). Sum of RGB (Red+Green+Blue) = 162+67+100=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A24364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24364 is #5DBC9B. Grayscale: #636363. Windows color (decimal): -6143132 or 6570914. OLE color: 6570914.

HSL color Cylindrical-coordinate representation of color #A24364: hue angle of 339.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24364 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 67 100 -
CMYK 0 0.59 0.38 0.36
HSL 339.16º 0.41% 0.45% -
HSV(B) 339.16º 0.59% 0.64% -
XYZ 19.21 12.62 13.48 -
YUV 99.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 162 67 100 0 0.59 0.38 0.36 339.16 0.41 0.45
Hex A2 43 64 0 3B 26 24 153 29 2D
Octal 242 103 144 0 73 46 44 523 51 55
Binary 10100010 1000011 1100100 0 111011 100110 100100 101010011 101001 101101

Color Harmonies of #A24364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24364

Black with #A24364

Text Example


Text Example

White with #A24364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24364; }

 p { color: rgb(162,67,100); }

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

background-color css

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

 a { background-color: rgb(162,67,100); }

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

border-color css

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

 span { border-color: rgb(162,67,100); }

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