Html Css Color HEX #A44373 Rouge

📋 copy color: '#A44373'

red 164 ◦ green 67 ◦ blue 115

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

Shades of Rouge #A44373

Tints of Rouge #A44373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.36%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 47.4%
G = 19.36%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A44373 (or 0xA44373) is known color: Rouge. HEX triplet: A4, 43 and 73. RGB value is (164,67,115). Sum of RGB (Red+Green+Blue) = 164+67+115=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A44373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44373 is #5BBC8C. Grayscale: #656565. Windows color (decimal): -6012045 or 7553956. OLE color: 7553956.

HSL color Cylindrical-coordinate representation of color #A44373: hue angle of 330.31º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44373 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 67 115 -
CMYK 0 0.59 0.30 0.36
HSL 330.31º 0.42% 0.45% -
HSV(B) 330.31º 0.59% 0.64% -
XYZ 20.41 13.14 17.68 -
YUV 101.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 164 67 115 0 0.59 0.30 0.36 330.31 0.42 0.45
Hex A4 43 73 0 3B 1E 24 14A 2A 2D
Octal 244 103 163 0 73 36 44 512 52 55
Binary 10100100 1000011 1110011 0 111011 11110 100100 101001010 101010 101101

Color Harmonies of #A44373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44373

Black with #A44373

Text Example


Text Example

White with #A44373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44373; }

 p { color: rgb(164,67,115); }

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

background-color css

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

 a { background-color: rgb(164,67,115); }

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

border-color css

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

 span { border-color: rgb(164,67,115); }

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