Html Css Color HEX #A4426A Rouge

📋 copy color: '#A4426A'

red 164 ◦ green 66 ◦ blue 106

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

Shades of Rouge #A4426A

Tints of Rouge #A4426A

RGB

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

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

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

R = 48.81%
G = 19.64%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4426A (or 0xA4426A) is known color: Rouge. HEX triplet: A4, 42 and 6A. RGB value is (164,66,106). Sum of RGB (Red+Green+Blue) = 164+66+106=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4426A is #5BBD95. Grayscale: #636363. Windows color (decimal): -6012310 or 6963876. OLE color: 6963876.

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

Color convert

RGB 164 66 106 -
CMYK 0 0.60 0.35 0.36
HSL 335.51º 0.43% 0.45% -
HSV(B) 335.51º 0.6% 0.64% -
XYZ 19.86 12.83 15.07 -
YUV 99.86 131.47 173.75 -
System Red Green Blue C M Y K H S L
Decimal 164 66 106 0 0.60 0.35 0.36 335.51 0.43 0.45
Hex A4 42 6A 0 3C 23 24 150 2B 2D
Octal 244 102 152 0 74 43 44 520 53 55
Binary 10100100 1000010 1101010 0 111100 100011 100100 101010000 101011 101101

Color Harmonies of #A4426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4426A

Black with #A4426A

Text Example


Text Example

White with #A4426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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