Html Css Color HEX #A3476C Rouge

📋 copy color: '#A3476C'

red 163 ◦ green 71 ◦ blue 108

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

Shades of Rouge #A3476C

Tints of Rouge #A3476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

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

R = 47.66%
G = 20.76%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3476C (or 0xA3476C) is known color: Rouge. HEX triplet: A3, 47 and 6C. RGB value is (163,71,108). Sum of RGB (Red+Green+Blue) = 163+71+108=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3476C is #5CB893. Grayscale: #666666. Windows color (decimal): -6076564 or 7096227. OLE color: 7096227.

HSL color Cylindrical-coordinate representation of color #A3476C: hue angle of 335.87º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3476C is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 71 108 -
CMYK 0 0.56 0.34 0.36
HSL 335.87º 0.39% 0.46% -
HSV(B) 335.87º 0.56% 0.64% -
XYZ 20.06 13.38 15.71 -
YUV 102.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 163 71 108 0 0.56 0.34 0.36 335.87 0.39 0.46
Hex A3 47 6C 0 38 22 24 150 27 2E
Octal 243 107 154 0 70 42 44 520 47 56
Binary 10100011 1000111 1101100 0 111000 100010 100100 101010000 100111 101110

Color Harmonies of #A3476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3476C

Black with #A3476C

Text Example


Text Example

White with #A3476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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