Html Css Color HEX #A24766 Rouge

📋 copy color: '#A24766'

red 162 ◦ green 71 ◦ blue 102

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

Shades of Rouge #A24766

Tints of Rouge #A24766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 48.36%
G = 21.19%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A24766 (or 0xA24766) is known color: Rouge. HEX triplet: A2, 47 and 66. RGB value is (162,71,102). Sum of RGB (Red+Green+Blue) = 162+71+102=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A24766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24766 is #5DB899. Grayscale: #656565. Windows color (decimal): -6142106 or 6703010. OLE color: 6703010.

HSL color Cylindrical-coordinate representation of color #A24766: hue angle of 339.56º degrees, saturation: 0.39, 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 #A24766 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 102 -
CMYK 0 0.56 0.37 0.36
HSL 339.56º 0.39% 0.46% -
HSV(B) 339.56º 0.56% 0.64% -
XYZ 19.55 13.15 14.08 -
YUV 101.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 162 71 102 0 0.56 0.37 0.36 339.56 0.39 0.46
Hex A2 47 66 0 38 25 24 154 27 2E
Octal 242 107 146 0 70 45 44 524 47 56
Binary 10100010 1000111 1100110 0 111000 100101 100100 101010100 100111 101110

Color Harmonies of #A24766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24766

Black with #A24766

Text Example


Text Example

White with #A24766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24766; }

 p { color: rgb(162,71,102); }

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

background-color css

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

 a { background-color: rgb(162,71,102); }

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

border-color css

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

 span { border-color: rgb(162,71,102); }

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