Html Css Color HEX #A3466E Rouge

📋 copy color: '#A3466E'

red 163 ◦ green 70 ◦ blue 110

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

Shades of Rouge #A3466E

Tints of Rouge #A3466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

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

R = 47.52%
G = 20.41%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3466E (or 0xA3466E) is known color: Rouge. HEX triplet: A3, 46 and 6E. RGB value is (163,70,110). Sum of RGB (Red+Green+Blue) = 163+70+110=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3466E is #5CB991. Grayscale: #666666. Windows color (decimal): -6076818 or 7227043. OLE color: 7227043.

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

Color convert

RGB 163 70 110 -
CMYK 0 0.57 0.33 0.36
HSL 334.19º 0.4% 0.46% -
HSV(B) 334.19º 0.57% 0.64% -
XYZ 20.11 13.29 16.26 -
YUV 102.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 163 70 110 0 0.57 0.33 0.36 334.19 0.4 0.46
Hex A3 46 6E 0 39 21 24 14E 28 2E
Octal 243 106 156 0 71 41 44 516 50 56
Binary 10100011 1000110 1101110 0 111001 100001 100100 101001110 101000 101110

Color Harmonies of #A3466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3466E

Black with #A3466E

Text Example


Text Example

White with #A3466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3466E; }

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

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

background-color css

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

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

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

border-color css

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

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

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