Html Css Color HEX #A2466F Rouge

📋 copy color: '#A2466F'

red 162 ◦ green 70 ◦ blue 111

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

Shades of Rouge #A2466F

Tints of Rouge #A2466F

RGB

 RED value IS 162 (63.67% from 255) = 47.23%

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

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

R = 47.23%
G = 20.41%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A2466F (or 0xA2466F) is known color: Rouge. HEX triplet: A2, 46 and 6F. RGB value is (162,70,111). Sum of RGB (Red+Green+Blue) = 162+70+111=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2466F is #5DB990. Grayscale: #666666. Windows color (decimal): -6142353 or 7292578. OLE color: 7292578.

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

Color convert

RGB 162 70 111 -
CMYK 0 0.57 0.31 0.36
HSL 333.26º 0.4% 0.45% -
HSV(B) 333.26º 0.57% 0.64% -
XYZ 19.96 13.21 16.54 -
YUV 102.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 162 70 111 0 0.57 0.31 0.36 333.26 0.4 0.45
Hex A2 46 6F 0 39 1F 24 14D 28 2D
Octal 242 106 157 0 71 37 44 515 50 55
Binary 10100010 1000110 1101111 0 111001 11111 100100 101001101 101000 101101

Color Harmonies of #A2466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2466F

Black with #A2466F

Text Example


Text Example

White with #A2466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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