Html Css Color HEX #A44461 Rouge

📋 copy color: '#A44461'

red 164 ◦ green 68 ◦ blue 97

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

Shades of Rouge #A44461

Tints of Rouge #A44461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 49.85%
G = 20.67%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A44461 (or 0xA44461) is known color: Rouge. HEX triplet: A4, 44 and 61. RGB value is (164,68,97). Sum of RGB (Red+Green+Blue) = 164+68+97=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A44461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44461 is #5BBB9E. Grayscale: #636363. Windows color (decimal): -6011807 or 6374564. OLE color: 6374564.

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

Color convert

RGB 164 68 97 -
CMYK 0 0.59 0.41 0.36
HSL 341.88º 0.41% 0.45% -
HSV(B) 341.88º 0.59% 0.64% -
XYZ 19.53 12.89 12.77 -
YUV 100.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 164 68 97 0 0.59 0.41 0.36 341.88 0.41 0.45
Hex A4 44 61 0 3B 29 24 156 29 2D
Octal 244 104 141 0 73 51 44 526 51 55
Binary 10100100 1000100 1100001 0 111011 101001 100100 101010110 101001 101101

Color Harmonies of #A44461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44461

Black with #A44461

Text Example


Text Example

White with #A44461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44461; }

 p { color: rgb(164,68,97); }

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

background-color css

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

 a { background-color: rgb(164,68,97); }

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

border-color css

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

 span { border-color: rgb(164,68,97); }

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