Html Css Color HEX #A2426D Rouge

📋 copy color: '#A2426D'

red 162 ◦ green 66 ◦ blue 109

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

Shades of Rouge #A2426D

Tints of Rouge #A2426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 48.07%
G = 19.58%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2426D (or 0xA2426D) is known color: Rouge. HEX triplet: A2, 42 and 6D. RGB value is (162,66,109). Sum of RGB (Red+Green+Blue) = 162+66+109=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2426D is #5DBD92. Grayscale: #636363. Windows color (decimal): -6143379 or 7160482. OLE color: 7160482.

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

Color convert

RGB 162 66 109 -
CMYK 0 0.59 0.33 0.36
HSL 333.13º 0.42% 0.45% -
HSV(B) 333.13º 0.59% 0.64% -
XYZ 19.61 12.68 15.88 -
YUV 99.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 162 66 109 0 0.59 0.33 0.36 333.13 0.42 0.45
Hex A2 42 6D 0 3B 21 24 14D 2A 2D
Octal 242 102 155 0 73 41 44 515 52 55
Binary 10100010 1000010 1101101 0 111011 100001 100100 101001101 101010 101101

Color Harmonies of #A2426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2426D

Black with #A2426D

Text Example


Text Example

White with #A2426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2426D; }

 p { color: rgb(162,66,109); }

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

background-color css

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

 a { background-color: rgb(162,66,109); }

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

border-color css

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

 span { border-color: rgb(162,66,109); }

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