Html Css Color HEX #A4425E Rouge

📋 copy color: '#A4425E'

red 164 ◦ green 66 ◦ blue 94

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

Shades of Rouge #A4425E

Tints of Rouge #A4425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

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

R = 50.62%
G = 20.37%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4425E (or 0xA4425E) is known color: Rouge. HEX triplet: A4, 42 and 5E. RGB value is (164,66,94). Sum of RGB (Red+Green+Blue) = 164+66+94=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4425E is #5BBDA1. Grayscale: #626262. Windows color (decimal): -6012322 or 6177444. OLE color: 6177444.

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

Color convert

RGB 164 66 94 -
CMYK 0 0.60 0.43 0.36
HSL 342.86º 0.43% 0.45% -
HSV(B) 342.86º 0.6% 0.64% -
XYZ 19.28 12.6 12.01 -
YUV 98.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 164 66 94 0 0.60 0.43 0.36 342.86 0.43 0.45
Hex A4 42 5E 0 3C 2B 24 157 2B 2D
Octal 244 102 136 0 74 53 44 527 53 55
Binary 10100100 1000010 1011110 0 111100 101011 100100 101010111 101011 101101

Color Harmonies of #A4425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4425E

Black with #A4425E

Text Example


Text Example

White with #A4425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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