Html Css Color HEX #A3446A Rouge

📋 copy color: '#A3446A'

red 163 ◦ green 68 ◦ blue 106

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

Shades of Rouge #A3446A

Tints of Rouge #A3446A

RGB

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

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

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

R = 48.37%
G = 20.18%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3446A (or 0xA3446A) is known color: Rouge. HEX triplet: A3, 44 and 6A. RGB value is (163,68,106). Sum of RGB (Red+Green+Blue) = 163+68+106=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3446A is #5CBB95. Grayscale: #646464. Windows color (decimal): -6077334 or 6964387. OLE color: 6964387.

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

Color convert

RGB 163 68 106 -
CMYK 0 0.58 0.35 0.36
HSL 336º 0.41% 0.45% -
HSV(B) 336º 0.58% 0.64% -
XYZ 19.77 12.96 15.1 -
YUV 100.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 163 68 106 0 0.58 0.35 0.36 336 0.41 0.45
Hex A3 44 6A 0 3A 23 24 150 29 2D
Octal 243 104 152 0 72 43 44 520 51 55
Binary 10100011 1000100 1101010 0 111010 100011 100100 101010000 101001 101101

Color Harmonies of #A3446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3446A

Black with #A3446A

Text Example


Text Example

White with #A3446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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