Html Css Color HEX #A2426B Rouge

📋 copy color: '#A2426B'

red 162 ◦ green 66 ◦ blue 107

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

Shades of Rouge #A2426B

Tints of Rouge #A2426B

RGB

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

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

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

R = 48.36%
G = 19.7%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A2426B (or 0xA2426B) is known color: Rouge. HEX triplet: A2, 42 and 6B. RGB value is (162,66,107). Sum of RGB (Red+Green+Blue) = 162+66+107=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2426B is #5DBD94. Grayscale: #636363. Windows color (decimal): -6143381 or 7029410. OLE color: 7029410.

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

Color convert

RGB 162 66 107 -
CMYK 0 0.59 0.34 0.36
HSL 334.38º 0.42% 0.45% -
HSV(B) 334.38º 0.59% 0.64% -
XYZ 19.5 12.64 15.32 -
YUV 99.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 162 66 107 0 0.59 0.34 0.36 334.38 0.42 0.45
Hex A2 42 6B 0 3B 22 24 14E 2A 2D
Octal 242 102 153 0 73 42 44 516 52 55
Binary 10100010 1000010 1101011 0 111011 100010 100100 101001110 101010 101101

Color Harmonies of #A2426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2426B

Black with #A2426B

Text Example


Text Example

White with #A2426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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