Html Css Color HEX #A1426B Rouge

📋 copy color: '#A1426B'

red 161 ◦ green 66 ◦ blue 107

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

Shades of Rouge #A1426B

Tints of Rouge #A1426B

RGB

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

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

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

R = 48.2%
G = 19.76%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1426B (or 0xA1426B) is known color: Rouge. HEX triplet: A1, 42 and 6B. RGB value is (161,66,107). Sum of RGB (Red+Green+Blue) = 161+66+107=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1426B is #5EBD94. Grayscale: #636363. Windows color (decimal): -6208917 or 7029409. OLE color: 7029409.

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

Color convert

RGB 161 66 107 -
CMYK 0 0.59 0.34 0.37
HSL 334.11º 0.42% 0.45% -
HSV(B) 334.11º 0.59% 0.63% -
XYZ 19.3 12.54 15.31 -
YUV 99.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 161 66 107 0 0.59 0.34 0.37 334.11 0.42 0.45
Hex A1 42 6B 0 3B 22 25 14E 2A 2D
Octal 241 102 153 0 73 42 45 516 52 55
Binary 10100001 1000010 1101011 0 111011 100010 100101 101001110 101010 101101

Color Harmonies of #A1426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1426B

Black with #A1426B

Text Example


Text Example

White with #A1426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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