Html Css Color HEX #A24867 Rouge

📋 copy color: '#A24867'

red 162 ◦ green 72 ◦ blue 103

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

Shades of Rouge #A24867

Tints of Rouge #A24867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

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

R = 48.07%
G = 21.36%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A24867 (or 0xA24867) is known color: Rouge. HEX triplet: A2, 48 and 67. RGB value is (162,72,103). Sum of RGB (Red+Green+Blue) = 162+72+103=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A24867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24867 is #5DB798. Grayscale: #666666. Windows color (decimal): -6141849 or 6768802. OLE color: 6768802.

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

Color convert

RGB 162 72 103 -
CMYK 0 0.56 0.36 0.36
HSL 339.33º 0.38% 0.46% -
HSV(B) 339.33º 0.56% 0.64% -
XYZ 19.67 13.3 14.36 -
YUV 102.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 162 72 103 0 0.56 0.36 0.36 339.33 0.38 0.46
Hex A2 48 67 0 38 24 24 153 26 2E
Octal 242 110 147 0 70 44 44 523 46 56
Binary 10100010 1001000 1100111 0 111000 100100 100100 101010011 100110 101110

Color Harmonies of #A24867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24867

Black with #A24867

Text Example


Text Example

White with #A24867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24867; }

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

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

background-color css

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

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

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

border-color css

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

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

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