Html Css Color HEX #A3446C Rouge

📋 copy color: '#A3446C'

red 163 ◦ green 68 ◦ blue 108

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

Shades of Rouge #A3446C

Tints of Rouge #A3446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 48.08%
G = 20.06%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3446C (or 0xA3446C) is known color: Rouge. HEX triplet: A3, 44 and 6C. RGB value is (163,68,108). Sum of RGB (Red+Green+Blue) = 163+68+108=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3446C is #5CBB93. Grayscale: #646464. Windows color (decimal): -6077332 or 7095459. OLE color: 7095459.

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

Color convert

RGB 163 68 108 -
CMYK 0 0.58 0.34 0.36
HSL 334.74º 0.41% 0.45% -
HSV(B) 334.74º 0.58% 0.64% -
XYZ 19.88 13 15.65 -
YUV 100.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 163 68 108 0 0.58 0.34 0.36 334.74 0.41 0.45
Hex A3 44 6C 0 3A 22 24 14F 29 2D
Octal 243 104 154 0 72 42 44 517 51 55
Binary 10100011 1000100 1101100 0 111010 100010 100100 101001111 101001 101101

Color Harmonies of #A3446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3446C

Black with #A3446C

Text Example


Text Example

White with #A3446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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