Html Css Color HEX #A2466B Rouge

📋 copy color: '#A2466B'

red 162 ◦ green 70 ◦ blue 107

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

Shades of Rouge #A2466B

Tints of Rouge #A2466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 47.79%
G = 20.65%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A2466B (or 0xA2466B) is known color: Rouge. HEX triplet: A2, 46 and 6B. RGB value is (162,70,107). Sum of RGB (Red+Green+Blue) = 162+70+107=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2466B is #5DB994. Grayscale: #656565. Windows color (decimal): -6142357 or 7030434. OLE color: 7030434.

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

Color convert

RGB 162 70 107 -
CMYK 0 0.57 0.34 0.36
HSL 335.87º 0.4% 0.45% -
HSV(B) 335.87º 0.57% 0.64% -
XYZ 19.74 13.12 15.4 -
YUV 101.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 162 70 107 0 0.57 0.34 0.36 335.87 0.4 0.45
Hex A2 46 6B 0 39 22 24 150 28 2D
Octal 242 106 153 0 71 42 44 520 50 55
Binary 10100010 1000110 1101011 0 111001 100010 100100 101010000 101000 101101

Color Harmonies of #A2466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2466B

Black with #A2466B

Text Example


Text Example

White with #A2466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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