Html Css Color HEX #A3426A Rouge

📋 copy color: '#A3426A'

red 163 ◦ green 66 ◦ blue 106

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

Shades of Rouge #A3426A

Tints of Rouge #A3426A

RGB

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

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

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

R = 48.66%
G = 19.7%
B = 31.64%

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

#A3426A (or 0xA3426A) is known color: Rouge. HEX triplet: A3, 42 and 6A. RGB value is (163,66,106). Sum of RGB (Red+Green+Blue) = 163+66+106=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3426A is #5CBD95. Grayscale: #636363. Windows color (decimal): -6077846 or 6963875. OLE color: 6963875.

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

Color convert

RGB 163 66 106 -
CMYK 0 0.60 0.35 0.36
HSL 335.26º 0.42% 0.45% -
HSV(B) 335.26º 0.6% 0.64% -
XYZ 19.65 12.72 15.06 -
YUV 99.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 163 66 106 0 0.60 0.35 0.36 335.26 0.42 0.45
Hex A3 42 6A 0 3C 23 24 14F 2A 2D
Octal 243 102 152 0 74 43 44 517 52 55
Binary 10100011 1000010 1101010 0 111100 100011 100100 101001111 101010 101101

Color Harmonies of #A3426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3426A

Black with #A3426A

Text Example


Text Example

White with #A3426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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