Html Css Color HEX #A44765 Rouge

📋 copy color: '#A44765'

red 164 ◦ green 71 ◦ blue 101

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

Shades of Rouge #A44765

Tints of Rouge #A44765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 48.81%
G = 21.13%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A44765 (or 0xA44765) is known color: Rouge. HEX triplet: A4, 47 and 65. RGB value is (164,71,101). Sum of RGB (Red+Green+Blue) = 164+71+101=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A44765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44765 is #5BB89A. Grayscale: #666666. Windows color (decimal): -6011035 or 6637476. OLE color: 6637476.

HSL color Cylindrical-coordinate representation of color #A44765: hue angle of 340.65º 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 #A44765 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 71 101 -
CMYK 0 0.57 0.38 0.36
HSL 340.65º 0.4% 0.46% -
HSV(B) 340.65º 0.57% 0.64% -
XYZ 19.91 13.34 13.84 -
YUV 102.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 164 71 101 0 0.57 0.38 0.36 340.65 0.4 0.46
Hex A4 47 65 0 39 26 24 155 28 2E
Octal 244 107 145 0 71 46 44 525 50 56
Binary 10100100 1000111 1100101 0 111001 100110 100100 101010101 101000 101110

Color Harmonies of #A44765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44765

Black with #A44765

Text Example


Text Example

White with #A44765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44765; }

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

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

background-color css

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

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

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

border-color css

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

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

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