Html Css Color HEX #A4435D Rouge

📋 copy color: '#A4435D'

red 164 ◦ green 67 ◦ blue 93

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

Shades of Rouge #A4435D

Tints of Rouge #A4435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 50.62%
G = 20.68%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4435D (or 0xA4435D) is known color: Rouge. HEX triplet: A4, 43 and 5D. RGB value is (164,67,93). Sum of RGB (Red+Green+Blue) = 164+67+93=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4435D is #5BBCA2. Grayscale: #626262. Windows color (decimal): -6012067 or 6112164. OLE color: 6112164.

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

Color convert

RGB 164 67 93 -
CMYK 0 0.59 0.43 0.36
HSL 343.92º 0.42% 0.45% -
HSV(B) 343.92º 0.59% 0.64% -
XYZ 19.29 12.7 11.79 -
YUV 98.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 164 67 93 0 0.59 0.43 0.36 343.92 0.42 0.45
Hex A4 43 5D 0 3B 2B 24 158 2A 2D
Octal 244 103 135 0 73 53 44 530 52 55
Binary 10100100 1000011 1011101 0 111011 101011 100100 101011000 101010 101101

Color Harmonies of #A4435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4435D

Black with #A4435D

Text Example


Text Example

White with #A4435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4435D; }

 p { color: rgb(164,67,93); }

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

background-color css

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

 a { background-color: rgb(164,67,93); }

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

border-color css

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

 span { border-color: rgb(164,67,93); }

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