Html Css Color HEX #AC385A Rouge

📋 copy color: '#AC385A'

red 172 ◦ green 56 ◦ blue 90

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

Shades of Rouge #AC385A

Tints of Rouge #AC385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 54.09%
G = 17.61%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC385A (or 0xAC385A) is known color: Rouge. HEX triplet: AC, 38 and 5A. RGB value is (172,56,90). Sum of RGB (Red+Green+Blue) = 172+56+90=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC385A is #53C7A5. Grayscale: #5E5E5E. Windows color (decimal): -5490598 or 5912748. OLE color: 5912748.

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

Color convert

RGB 172 56 90 -
CMYK 0 0.67 0.48 0.33
HSL 342.41º 0.51% 0.45% -
HSV(B) 342.41º 0.67% 0.67% -
XYZ 20.27 12.34 10.99 -
YUV 94.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 172 56 90 0 0.67 0.48 0.33 342.41 0.51 0.45
Hex AC 38 5A 0 43 30 21 156 33 2D
Octal 254 70 132 0 103 60 41 526 63 55
Binary 10101100 111000 1011010 0 1000011 110000 100001 101010110 110011 101101

Color Harmonies of #AC385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC385A

Black with #AC385A

Text Example


Text Example

White with #AC385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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