Html Css Color HEX #A3466A Rouge

📋 copy color: '#A3466A'

red 163 ◦ green 70 ◦ blue 106

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

Shades of Rouge #A3466A

Tints of Rouge #A3466A

RGB

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

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

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

R = 48.08%
G = 20.65%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3466A (or 0xA3466A) is known color: Rouge. HEX triplet: A3, 46 and 6A. RGB value is (163,70,106). Sum of RGB (Red+Green+Blue) = 163+70+106=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3466A is #5CB995. Grayscale: #656565. Windows color (decimal): -6076822 or 6964899. OLE color: 6964899.

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

Color convert

RGB 163 70 106 -
CMYK 0 0.57 0.35 0.36
HSL 336.77º 0.4% 0.46% -
HSV(B) 336.77º 0.57% 0.64% -
XYZ 19.9 13.21 15.14 -
YUV 101.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 163 70 106 0 0.57 0.35 0.36 336.77 0.4 0.46
Hex A3 46 6A 0 39 23 24 151 28 2E
Octal 243 106 152 0 71 43 44 521 50 56
Binary 10100011 1000110 1101010 0 111001 100011 100100 101010001 101000 101110

Color Harmonies of #A3466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3466A

Black with #A3466A

Text Example


Text Example

White with #A3466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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