Html Css Color HEX #A4486C Rouge

📋 copy color: '#A4486C'

red 164 ◦ green 72 ◦ blue 108

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

Shades of Rouge #A4486C

Tints of Rouge #A4486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

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

R = 47.67%
G = 20.93%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4486C (or 0xA4486C) is known color: Rouge. HEX triplet: A4, 48 and 6C. RGB value is (164,72,108). Sum of RGB (Red+Green+Blue) = 164+72+108=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4486C is #5BB793. Grayscale: #676767. Windows color (decimal): -6010772 or 7096484. OLE color: 7096484.

HSL color Cylindrical-coordinate representation of color #A4486C: hue angle of 336.52º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4486C is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 108 -
CMYK 0 0.56 0.34 0.36
HSL 336.52º 0.39% 0.46% -
HSV(B) 336.52º 0.56% 0.64% -
XYZ 20.33 13.61 15.74 -
YUV 103.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 164 72 108 0 0.56 0.34 0.36 336.52 0.39 0.46
Hex A4 48 6C 0 38 22 24 151 27 2E
Octal 244 110 154 0 70 42 44 521 47 56
Binary 10100100 1001000 1101100 0 111000 100010 100100 101010001 100111 101110

Color Harmonies of #A4486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4486C

Black with #A4486C

Text Example


Text Example

White with #A4486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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