Html Css Color HEX #A44762 Rouge

📋 copy color: '#A44762'

red 164 ◦ green 71 ◦ blue 98

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

Shades of Rouge #A44762

Tints of Rouge #A44762

RGB

 RED value IS 164 (64.45% from 255) = 49.25%

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

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 49.25%
G = 21.32%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A44762 (or 0xA44762) is known color: Rouge. HEX triplet: A4, 47 and 62. RGB value is (164,71,98). Sum of RGB (Red+Green+Blue) = 164+71+98=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A44762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44762 is #5BB89D. Grayscale: #656565. Windows color (decimal): -6011038 or 6440868. OLE color: 6440868.

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

Color convert

RGB 164 71 98 -
CMYK 0 0.57 0.40 0.36
HSL 342.58º 0.4% 0.46% -
HSV(B) 342.58º 0.57% 0.64% -
XYZ 19.77 13.28 13.08 -
YUV 101.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 164 71 98 0 0.57 0.40 0.36 342.58 0.4 0.46
Hex A4 47 62 0 39 28 24 157 28 2E
Octal 244 107 142 0 71 50 44 527 50 56
Binary 10100100 1000111 1100010 0 111001 101000 100100 101010111 101000 101110

Color Harmonies of #A44762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44762

Black with #A44762

Text Example


Text Example

White with #A44762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44762; }

 p { color: rgb(164,71,98); }

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

background-color css

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

 a { background-color: rgb(164,71,98); }

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

border-color css

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

 span { border-color: rgb(164,71,98); }

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