Html Css Color HEX #A4356F Rouge

📋 copy color: '#A4356F'

red 164 ◦ green 53 ◦ blue 111

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

Shades of Rouge #A4356F

Tints of Rouge #A4356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 50%
G = 16.16%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4356F (or 0xA4356F) is known color: Rouge. HEX triplet: A4, 35 and 6F. RGB value is (164,53,111). Sum of RGB (Red+Green+Blue) = 164+53+111=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4356F is #5BCA90. Grayscale: #5C5C5C. Windows color (decimal): -6015633 or 7288228. OLE color: 7288228.

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

Color convert

RGB 164 53 111 -
CMYK 0 0.68 0.32 0.36
HSL 328.65º 0.51% 0.43% -
HSV(B) 328.65º 0.68% 0.64% -
XYZ 19.45 11.59 16.25 -
YUV 92.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 164 53 111 0 0.68 0.32 0.36 328.65 0.51 0.43
Hex A4 35 6F 0 44 20 24 149 33 2B
Octal 244 65 157 0 104 40 44 511 63 53
Binary 10100100 110101 1101111 0 1000100 100000 100100 101001001 110011 101011

Color Harmonies of #A4356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4356F

Black with #A4356F

Text Example


Text Example

White with #A4356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4356F; }

 p { color: rgb(164,53,111); }

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

background-color css

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

 a { background-color: rgb(164,53,111); }

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

border-color css

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

 span { border-color: rgb(164,53,111); }

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