Html Css Color HEX #A4366A Rouge

📋 copy color: '#A4366A'

red 164 ◦ green 54 ◦ blue 106

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

Shades of Rouge #A4366A

Tints of Rouge #A4366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

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

R = 50.62%
G = 16.67%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4366A (or 0xA4366A) is known color: Rouge. HEX triplet: A4, 36 and 6A. RGB value is (164,54,106). Sum of RGB (Red+Green+Blue) = 164+54+106=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4366A is #5BC995. Grayscale: #5C5C5C. Windows color (decimal): -6015382 or 6960804. OLE color: 6960804.

HSL color Cylindrical-coordinate representation of color #A4366A: hue angle of 331.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4366A is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 54 106 -
CMYK 0 0.67 0.35 0.36
HSL 331.64º 0.5% 0.43% -
HSV(B) 331.64º 0.67% 0.64% -
XYZ 19.23 11.57 14.86 -
YUV 92.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 164 54 106 0 0.67 0.35 0.36 331.64 0.5 0.43
Hex A4 36 6A 0 43 23 24 14C 32 2B
Octal 244 66 152 0 103 43 44 514 62 53
Binary 10100100 110110 1101010 0 1000011 100011 100100 101001100 110010 101011

Color Harmonies of #A4366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4366A

Black with #A4366A

Text Example


Text Example

White with #A4366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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