Html Css Color HEX #A3426F Rouge

📋 copy color: '#A3426F'

red 163 ◦ green 66 ◦ blue 111

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

Shades of Rouge #A3426F

Tints of Rouge #A3426F

RGB

 RED value IS 163 (64.06% from 255) = 47.94%

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

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 47.94%
G = 19.41%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A3426F (or 0xA3426F) is known color: Rouge. HEX triplet: A3, 42 and 6F. RGB value is (163,66,111). Sum of RGB (Red+Green+Blue) = 163+66+111=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3426F is #5CBD90. Grayscale: #646464. Windows color (decimal): -6077841 or 7291555. OLE color: 7291555.

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

Color convert

RGB 163 66 111 -
CMYK 0 0.60 0.32 0.36
HSL 332.16º 0.42% 0.45% -
HSV(B) 332.16º 0.6% 0.64% -
XYZ 19.92 12.83 16.47 -
YUV 100.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 163 66 111 0 0.60 0.32 0.36 332.16 0.42 0.45
Hex A3 42 6F 0 3C 20 24 14C 2A 2D
Octal 243 102 157 0 74 40 44 514 52 55
Binary 10100011 1000010 1101111 0 111100 100000 100100 101001100 101010 101101

Color Harmonies of #A3426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3426F

Black with #A3426F

Text Example


Text Example

White with #A3426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3426F; }

 p { color: rgb(163,66,111); }

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

background-color css

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

 a { background-color: rgb(163,66,111); }

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

border-color css

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

 span { border-color: rgb(163,66,111); }

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