Html Css Color HEX #A2386F Rouge

📋 copy color: '#A2386F'

red 162 ◦ green 56 ◦ blue 111

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

Shades of Rouge #A2386F

Tints of Rouge #A2386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

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

R = 49.24%
G = 17.02%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A2386F (or 0xA2386F) is known color: Rouge. HEX triplet: A2, 38 and 6F. RGB value is (162,56,111). Sum of RGB (Red+Green+Blue) = 162+56+111=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2386F is #5DC790. Grayscale: #5D5D5D. Windows color (decimal): -6145937 or 7288994. OLE color: 7288994.

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

Color convert

RGB 162 56 111 -
CMYK 0 0.65 0.31 0.36
HSL 328.87º 0.49% 0.43% -
HSV(B) 328.87º 0.65% 0.64% -
XYZ 19.18 11.66 16.28 -
YUV 93.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 162 56 111 0 0.65 0.31 0.36 328.87 0.49 0.43
Hex A2 38 6F 0 41 1F 24 149 31 2B
Octal 242 70 157 0 101 37 44 511 61 53
Binary 10100010 111000 1101111 0 1000001 11111 100100 101001001 110001 101011

Color Harmonies of #A2386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2386F

Black with #A2386F

Text Example


Text Example

White with #A2386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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