Html Css Color HEX #A1466F Rouge

📋 copy color: '#A1466F'

red 161 ◦ green 70 ◦ blue 111

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

Shades of Rouge #A1466F

Tints of Rouge #A1466F

RGB

 RED value IS 161 (63.28% from 255) = 47.08%

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 47.08%
G = 20.47%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1466F (or 0xA1466F) is known color: Rouge. HEX triplet: A1, 46 and 6F. RGB value is (161,70,111). Sum of RGB (Red+Green+Blue) = 161+70+111=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1466F is #5EB990. Grayscale: #656565. Windows color (decimal): -6207889 or 7292577. OLE color: 7292577.

HSL color Cylindrical-coordinate representation of color #A1466F: hue angle of 332.97º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1466F is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 70 111 -
CMYK 0 0.57 0.31 0.37
HSL 332.97º 0.39% 0.45% -
HSV(B) 332.97º 0.57% 0.63% -
XYZ 19.76 13.11 16.53 -
YUV 101.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 161 70 111 0 0.57 0.31 0.37 332.97 0.39 0.45
Hex A1 46 6F 0 39 1F 25 14D 27 2D
Octal 241 106 157 0 71 37 45 515 47 55
Binary 10100001 1000110 1101111 0 111001 11111 100101 101001101 100111 101101

Color Harmonies of #A1466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1466F

Black with #A1466F

Text Example


Text Example

White with #A1466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1466F; }

 p { color: rgb(161,70,111); }

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

background-color css

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

 a { background-color: rgb(161,70,111); }

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

border-color css

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

 span { border-color: rgb(161,70,111); }

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