Html Css Color HEX #A4426C Rouge

📋 copy color: '#A4426C'

red 164 ◦ green 66 ◦ blue 108

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

Shades of Rouge #A4426C

Tints of Rouge #A4426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 48.52%
G = 19.53%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4426C (or 0xA4426C) is known color: Rouge. HEX triplet: A4, 42 and 6C. RGB value is (164,66,108). Sum of RGB (Red+Green+Blue) = 164+66+108=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4426C is #5BBD93. Grayscale: #646464. Windows color (decimal): -6012308 or 7094948. OLE color: 7094948.

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

Color convert

RGB 164 66 108 -
CMYK 0 0.60 0.34 0.36
HSL 334.29º 0.43% 0.45% -
HSV(B) 334.29º 0.6% 0.64% -
XYZ 19.96 12.87 15.62 -
YUV 100.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 164 66 108 0 0.60 0.34 0.36 334.29 0.43 0.45
Hex A4 42 6C 0 3C 22 24 14E 2B 2D
Octal 244 102 154 0 74 42 44 516 53 55
Binary 10100100 1000010 1101100 0 111100 100010 100100 101001110 101011 101101

Color Harmonies of #A4426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4426C

Black with #A4426C

Text Example


Text Example

White with #A4426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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