Html Css Color HEX #AC3762 Rouge

📋 copy color: '#AC3762'

red 172 ◦ green 55 ◦ blue 98

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

Shades of Rouge #AC3762

Tints of Rouge #AC3762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 52.92%
G = 16.92%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC3762 (or 0xAC3762) is known color: Rouge. HEX triplet: AC, 37 and 62. RGB value is (172,55,98). Sum of RGB (Red+Green+Blue) = 172+55+98=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3762 is #53C89D. Grayscale: #5E5E5E. Windows color (decimal): -5490846 or 6436780. OLE color: 6436780.

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

Color convert

RGB 172 55 98 -
CMYK 0 0.68 0.43 0.33
HSL 337.95º 0.52% 0.45% -
HSV(B) 337.95º 0.68% 0.67% -
XYZ 20.58 12.38 12.86 -
YUV 94.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 172 55 98 0 0.68 0.43 0.33 337.95 0.52 0.45
Hex AC 37 62 0 44 2B 21 152 34 2D
Octal 254 67 142 0 104 53 41 522 64 55
Binary 10101100 110111 1100010 0 1000100 101011 100001 101010010 110100 101101

Color Harmonies of #AC3762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3762

Black with #AC3762

Text Example


Text Example

White with #AC3762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3762; }

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

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

background-color css

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

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

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

border-color css

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

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

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