Html Css Color HEX #A4426E Rouge

📋 copy color: '#A4426E'

red 164 ◦ green 66 ◦ blue 110

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

Shades of Rouge #A4426E

Tints of Rouge #A4426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 48.24%
G = 19.41%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4426E (or 0xA4426E) is known color: Rouge. HEX triplet: A4, 42 and 6E. RGB value is (164,66,110). Sum of RGB (Red+Green+Blue) = 164+66+110=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4426E is #5BBD91. Grayscale: #646464. Windows color (decimal): -6012306 or 7226020. OLE color: 7226020.

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

Color convert

RGB 164 66 110 -
CMYK 0 0.60 0.33 0.36
HSL 333.06º 0.43% 0.45% -
HSV(B) 333.06º 0.6% 0.64% -
XYZ 20.07 12.91 16.19 -
YUV 100.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 164 66 110 0 0.60 0.33 0.36 333.06 0.43 0.45
Hex A4 42 6E 0 3C 21 24 14D 2B 2D
Octal 244 102 156 0 74 41 44 515 53 55
Binary 10100100 1000010 1101110 0 111100 100001 100100 101001101 101011 101101

Color Harmonies of #A4426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4426E

Black with #A4426E

Text Example


Text Example

White with #A4426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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