Html Css Color HEX #AC3862 Rouge

📋 copy color: '#AC3862'

red 172 ◦ green 56 ◦ blue 98

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

Shades of Rouge #AC3862

Tints of Rouge #AC3862

RGB

 RED value IS 172 (67.58% from 255) = 52.76%

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 52.76%
G = 17.18%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC3862 (or 0xAC3862) is known color: Rouge. HEX triplet: AC, 38 and 62. RGB value is (172,56,98). Sum of RGB (Red+Green+Blue) = 172+56+98=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3862 is #53C79D. Grayscale: #5F5F5F. Windows color (decimal): -5490590 or 6437036. OLE color: 6437036.

HSL color Cylindrical-coordinate representation of color #AC3862: hue angle of 338.28º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3862 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 98 -
CMYK 0 0.67 0.43 0.33
HSL 338.28º 0.51% 0.45% -
HSV(B) 338.28º 0.67% 0.67% -
XYZ 20.63 12.48 12.88 -
YUV 95.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 172 56 98 0 0.67 0.43 0.33 338.28 0.51 0.45
Hex AC 38 62 0 43 2B 21 152 33 2D
Octal 254 70 142 0 103 53 41 522 63 55
Binary 10101100 111000 1100010 0 1000011 101011 100001 101010010 110011 101101

Color Harmonies of #AC3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3862

Black with #AC3862

Text Example


Text Example

White with #AC3862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3862; }

 p { color: rgb(172,56,98); }

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

background-color css

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

 a { background-color: rgb(172,56,98); }

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

border-color css

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

 span { border-color: rgb(172,56,98); }

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