Html Css Color HEX #A2386C Rouge

📋 copy color: '#A2386C'

red 162 ◦ green 56 ◦ blue 108

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

Shades of Rouge #A2386C

Tints of Rouge #A2386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 49.69%
G = 17.18%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2386C (or 0xA2386C) is known color: Rouge. HEX triplet: A2, 38 and 6C. RGB value is (162,56,108). Sum of RGB (Red+Green+Blue) = 162+56+108=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2386C is #5DC793. Grayscale: #5D5D5D. Windows color (decimal): -6145940 or 7092386. OLE color: 7092386.

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

Color convert

RGB 162 56 108 -
CMYK 0 0.65 0.33 0.36
HSL 330.57º 0.49% 0.43% -
HSV(B) 330.57º 0.65% 0.64% -
XYZ 19.02 11.59 15.42 -
YUV 93.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 162 56 108 0 0.65 0.33 0.36 330.57 0.49 0.43
Hex A2 38 6C 0 41 21 24 14B 31 2B
Octal 242 70 154 0 101 41 44 513 61 53
Binary 10100010 111000 1101100 0 1000001 100001 100100 101001011 110001 101011

Color Harmonies of #A2386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2386C

Black with #A2386C

Text Example


Text Example

White with #A2386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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