Html Css Color HEX #A4435E Rouge

📋 copy color: '#A4435E'

red 164 ◦ green 67 ◦ blue 94

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

Shades of Rouge #A4435E

Tints of Rouge #A4435E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 50.46%
G = 20.62%
B = 28.92%

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

#A4435E (or 0xA4435E) is known color: Rouge. HEX triplet: A4, 43 and 5E. RGB value is (164,67,94). Sum of RGB (Red+Green+Blue) = 164+67+94=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4435E is #5BBCA1. Grayscale: #636363. Windows color (decimal): -6012066 or 6177700. OLE color: 6177700.

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

Color convert

RGB 164 67 94 -
CMYK 0 0.59 0.43 0.36
HSL 343.3º 0.42% 0.45% -
HSV(B) 343.3º 0.59% 0.64% -
XYZ 19.34 12.71 12.02 -
YUV 99.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 164 67 94 0 0.59 0.43 0.36 343.3 0.42 0.45
Hex A4 43 5E 0 3B 2B 24 157 2A 2D
Octal 244 103 136 0 73 53 44 527 52 55
Binary 10100100 1000011 1011110 0 111011 101011 100100 101010111 101010 101101

Color Harmonies of #A4435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4435E

Black with #A4435E

Text Example


Text Example

White with #A4435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4435E; }

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

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

background-color css

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

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

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

border-color css

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

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

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