Html Css Color HEX #A3426D Rouge

📋 copy color: '#A3426D'

red 163 ◦ green 66 ◦ blue 109

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

Shades of Rouge #A3426D

Tints of Rouge #A3426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 48.22%
G = 19.53%
B = 32.25%

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

#A3426D (or 0xA3426D) is known color: Rouge. HEX triplet: A3, 42 and 6D. RGB value is (163,66,109). Sum of RGB (Red+Green+Blue) = 163+66+109=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3426D is #5CBD92. Grayscale: #636363. Windows color (decimal): -6077843 or 7160483. OLE color: 7160483.

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

Color convert

RGB 163 66 109 -
CMYK 0 0.60 0.33 0.36
HSL 333.4º 0.42% 0.45% -
HSV(B) 333.4º 0.6% 0.64% -
XYZ 19.81 12.79 15.89 -
YUV 99.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 163 66 109 0 0.60 0.33 0.36 333.4 0.42 0.45
Hex A3 42 6D 0 3C 21 24 14D 2A 2D
Octal 243 102 155 0 74 41 44 515 52 55
Binary 10100011 1000010 1101101 0 111100 100001 100100 101001101 101010 101101

Color Harmonies of #A3426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3426D

Black with #A3426D

Text Example


Text Example

White with #A3426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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