Html Css Color HEX #A3445E Rouge

📋 copy color: '#A3445E'

red 163 ◦ green 68 ◦ blue 94

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

Shades of Rouge #A3445E

Tints of Rouge #A3445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 50.15%
G = 20.92%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3445E (or 0xA3445E) is known color: Rouge. HEX triplet: A3, 44 and 5E. RGB value is (163,68,94). Sum of RGB (Red+Green+Blue) = 163+68+94=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3445E is #5CBBA1. Grayscale: #636363. Windows color (decimal): -6077346 or 6177955. OLE color: 6177955.

HSL color Cylindrical-coordinate representation of color #A3445E: hue angle of 343.58º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3445E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 68 94 -
CMYK 0 0.58 0.42 0.36
HSL 343.58º 0.41% 0.45% -
HSV(B) 343.58º 0.58% 0.64% -
XYZ 19.19 12.73 12.04 -
YUV 99.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 163 68 94 0 0.58 0.42 0.36 343.58 0.41 0.45
Hex A3 44 5E 0 3A 2A 24 158 29 2D
Octal 243 104 136 0 72 52 44 530 51 55
Binary 10100011 1000100 1011110 0 111010 101010 100100 101011000 101001 101101

Color Harmonies of #A3445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3445E

Black with #A3445E

Text Example


Text Example

White with #A3445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3445E; }

 p { color: rgb(163,68,94); }

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

background-color css

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

 a { background-color: rgb(163,68,94); }

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

border-color css

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

 span { border-color: rgb(163,68,94); }

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