Html Css Color HEX #A44665 Rouge

📋 copy color: '#A44665'

red 164 ◦ green 70 ◦ blue 101

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

Shades of Rouge #A44665

Tints of Rouge #A44665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

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

R = 48.96%
G = 20.9%
B = 30.15%

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

#A44665 (or 0xA44665) is known color: Rouge. HEX triplet: A4, 46 and 65. RGB value is (164,70,101). Sum of RGB (Red+Green+Blue) = 164+70+101=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A44665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44665 is #5BB99A. Grayscale: #656565. Windows color (decimal): -6011291 or 6637220. OLE color: 6637220.

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

Color convert

RGB 164 70 101 -
CMYK 0 0.57 0.38 0.36
HSL 340.21º 0.4% 0.46% -
HSV(B) 340.21º 0.57% 0.64% -
XYZ 19.85 13.21 13.82 -
YUV 101.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 164 70 101 0 0.57 0.38 0.36 340.21 0.4 0.46
Hex A4 46 65 0 39 26 24 154 28 2E
Octal 244 106 145 0 71 46 44 524 50 56
Binary 10100100 1000110 1100101 0 111001 100110 100100 101010100 101000 101110

Color Harmonies of #A44665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44665

Black with #A44665

Text Example


Text Example

White with #A44665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44665; }

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

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

background-color css

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

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

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

border-color css

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

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

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