Html Css Color HEX #A3426E Rouge

📋 copy color: '#A3426E'

red 163 ◦ green 66 ◦ blue 110

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

Shades of Rouge #A3426E

Tints of Rouge #A3426E

RGB

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

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

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

R = 48.08%
G = 19.47%
B = 32.45%

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

#A3426E (or 0xA3426E) is known color: Rouge. HEX triplet: A3, 42 and 6E. RGB value is (163,66,110). Sum of RGB (Red+Green+Blue) = 163+66+110=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3426E is #5CBD91. Grayscale: #636363. Windows color (decimal): -6077842 or 7226019. OLE color: 7226019.

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

Color convert

RGB 163 66 110 -
CMYK 0 0.60 0.33 0.36
HSL 332.78º 0.42% 0.45% -
HSV(B) 332.78º 0.6% 0.64% -
XYZ 19.87 12.81 16.18 -
YUV 100.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 163 66 110 0 0.60 0.33 0.36 332.78 0.42 0.45
Hex A3 42 6E 0 3C 21 24 14D 2A 2D
Octal 243 102 156 0 74 41 44 515 52 55
Binary 10100011 1000010 1101110 0 111100 100001 100100 101001101 101010 101101

Color Harmonies of #A3426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3426E

Black with #A3426E

Text Example


Text Example

White with #A3426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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