Html Css Color HEX #A4486A Rouge

📋 copy color: '#A4486A'

red 164 ◦ green 72 ◦ blue 106

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

Shades of Rouge #A4486A

Tints of Rouge #A4486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 47.95%
G = 21.05%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4486A (or 0xA4486A) is known color: Rouge. HEX triplet: A4, 48 and 6A. RGB value is (164,72,106). Sum of RGB (Red+Green+Blue) = 164+72+106=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4486A is #5BB795. Grayscale: #676767. Windows color (decimal): -6010774 or 6965412. OLE color: 6965412.

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

Color convert

RGB 164 72 106 -
CMYK 0 0.56 0.35 0.36
HSL 337.83º 0.39% 0.46% -
HSV(B) 337.83º 0.56% 0.64% -
XYZ 20.23 13.57 15.19 -
YUV 103.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 164 72 106 0 0.56 0.35 0.36 337.83 0.39 0.46
Hex A4 48 6A 0 38 23 24 152 27 2E
Octal 244 110 152 0 70 43 44 522 47 56
Binary 10100100 1001000 1101010 0 111000 100011 100100 101010010 100111 101110

Color Harmonies of #A4486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4486A

Black with #A4486A

Text Example


Text Example

White with #A4486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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