Html Css Color HEX #A24967 Rouge

📋 copy color: '#A24967'

red 162 ◦ green 73 ◦ blue 103

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

Shades of Rouge #A24967

Tints of Rouge #A24967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

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

R = 47.93%
G = 21.6%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A24967 (or 0xA24967) is known color: Rouge. HEX triplet: A2, 49 and 67. RGB value is (162,73,103). Sum of RGB (Red+Green+Blue) = 162+73+103=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A24967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24967 is #5DB698. Grayscale: #676767. Windows color (decimal): -6141593 or 6769058. OLE color: 6769058.

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

Color convert

RGB 162 73 103 -
CMYK 0 0.55 0.36 0.36
HSL 339.78º 0.38% 0.46% -
HSV(B) 339.78º 0.55% 0.64% -
XYZ 19.73 13.43 14.38 -
YUV 103.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 162 73 103 0 0.55 0.36 0.36 339.78 0.38 0.46
Hex A2 49 67 0 37 24 24 154 26 2E
Octal 242 111 147 0 67 44 44 524 46 56
Binary 10100010 1001001 1100111 0 110111 100100 100100 101010100 100110 101110

Color Harmonies of #A24967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24967

Black with #A24967

Text Example


Text Example

White with #A24967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24967; }

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

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

background-color css

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

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

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

border-color css

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

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

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