Html Css Color HEX #A4486E Rouge

📋 copy color: '#A4486E'

red 164 ◦ green 72 ◦ blue 110

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

Shades of Rouge #A4486E

Tints of Rouge #A4486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 47.4%
G = 20.81%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4486E (or 0xA4486E) is known color: Rouge. HEX triplet: A4, 48 and 6E. RGB value is (164,72,110). Sum of RGB (Red+Green+Blue) = 164+72+110=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4486E is #5BB791. Grayscale: #676767. Windows color (decimal): -6010770 or 7227556. OLE color: 7227556.

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

Color convert

RGB 164 72 110 -
CMYK 0 0.56 0.33 0.36
HSL 335.22º 0.39% 0.46% -
HSV(B) 335.22º 0.56% 0.64% -
XYZ 20.44 13.65 16.31 -
YUV 103.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 164 72 110 0 0.56 0.33 0.36 335.22 0.39 0.46
Hex A4 48 6E 0 38 21 24 14F 27 2E
Octal 244 110 156 0 70 41 44 517 47 56
Binary 10100100 1001000 1101110 0 111000 100001 100100 101001111 100111 101110

Color Harmonies of #A4486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4486E

Black with #A4486E

Text Example


Text Example

White with #A4486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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