Html Css Color HEX #A4446C Rouge

📋 copy color: '#A4446C'

red 164 ◦ green 68 ◦ blue 108

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

Shades of Rouge #A4446C

Tints of Rouge #A4446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 48.24%
G = 20%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4446C (or 0xA4446C) is known color: Rouge. HEX triplet: A4, 44 and 6C. RGB value is (164,68,108). Sum of RGB (Red+Green+Blue) = 164+68+108=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4446C is #5BBB93. Grayscale: #656565. Windows color (decimal): -6011796 or 7095460. OLE color: 7095460.

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

Color convert

RGB 164 68 108 -
CMYK 0 0.59 0.34 0.36
HSL 335º 0.41% 0.45% -
HSV(B) 335º 0.59% 0.64% -
XYZ 20.08 13.11 15.66 -
YUV 101.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 164 68 108 0 0.59 0.34 0.36 335 0.41 0.45
Hex A4 44 6C 0 3B 22 24 14F 29 2D
Octal 244 104 154 0 73 42 44 517 51 55
Binary 10100100 1000100 1101100 0 111011 100010 100100 101001111 101001 101101

Color Harmonies of #A4446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4446C

Black with #A4446C

Text Example


Text Example

White with #A4446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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