Html Css Color HEX #A24467 Rouge

📋 copy color: '#A24467'

red 162 ◦ green 68 ◦ blue 103

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

Shades of Rouge #A24467

Tints of Rouge #A24467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 48.65%
G = 20.42%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A24467 (or 0xA24467) is known color: Rouge. HEX triplet: A2, 44 and 67. RGB value is (162,68,103). Sum of RGB (Red+Green+Blue) = 162+68+103=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A24467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24467 is #5DBB98. Grayscale: #646464. Windows color (decimal): -6142873 or 6767778. OLE color: 6767778.

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

Color convert

RGB 162 68 103 -
CMYK 0 0.58 0.36 0.36
HSL 337.66º 0.41% 0.45% -
HSV(B) 337.66º 0.58% 0.64% -
XYZ 19.42 12.79 14.28 -
YUV 100.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 162 68 103 0 0.58 0.36 0.36 337.66 0.41 0.45
Hex A2 44 67 0 3A 24 24 152 29 2D
Octal 242 104 147 0 72 44 44 522 51 55
Binary 10100010 1000100 1100111 0 111010 100100 100100 101010010 101001 101101

Color Harmonies of #A24467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24467

Black with #A24467

Text Example


Text Example

White with #A24467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24467; }

 p { color: rgb(162,68,103); }

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

background-color css

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

 a { background-color: rgb(162,68,103); }

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

border-color css

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

 span { border-color: rgb(162,68,103); }

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