Html Css Color HEX #AC3765 Rouge

📋 copy color: '#AC3765'

red 172 ◦ green 55 ◦ blue 101

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

Shades of Rouge #AC3765

Tints of Rouge #AC3765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 52.44%
G = 16.77%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC3765 (or 0xAC3765) is known color: Rouge. HEX triplet: AC, 37 and 65. RGB value is (172,55,101). Sum of RGB (Red+Green+Blue) = 172+55+101=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3765 is #53C89A. Grayscale: #5F5F5F. Windows color (decimal): -5490843 or 6633388. OLE color: 6633388.

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

Color convert

RGB 172 55 101 -
CMYK 0 0.68 0.41 0.33
HSL 336.41º 0.52% 0.45% -
HSV(B) 336.41º 0.68% 0.67% -
XYZ 20.73 12.44 13.62 -
YUV 95.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 172 55 101 0 0.68 0.41 0.33 336.41 0.52 0.45
Hex AC 37 65 0 44 29 21 150 34 2D
Octal 254 67 145 0 104 51 41 520 64 55
Binary 10101100 110111 1100101 0 1000100 101001 100001 101010000 110100 101101

Color Harmonies of #AC3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3765

Black with #AC3765

Text Example


Text Example

White with #AC3765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3765; }

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

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

background-color css

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

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

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

border-color css

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

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

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