Html Css Color HEX #AC2B65 Rouge

📋 copy color: '#AC2B65'

red 172 ◦ green 43 ◦ blue 101

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

Shades of Rouge #AC2B65

Tints of Rouge #AC2B65

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

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

R = 54.43%
G = 13.61%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2B65 (or 0xAC2B65) is known color: Rouge. HEX triplet: AC, 2B and 65. RGB value is (172,43,101). Sum of RGB (Red+Green+Blue) = 172+43+101=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B65 is #53D49A. Grayscale: #585858. Windows color (decimal): -5493915 or 6630316. OLE color: 6630316.

HSL color Cylindrical-coordinate representation of color #AC2B65: hue angle of 333.02º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B65 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 43 101 -
CMYK 0 0.75 0.41 0.33
HSL 333.02º 0.6% 0.42% -
HSV(B) 333.02º 0.75% 0.67% -
XYZ 20.23 11.44 13.45 -
YUV 88.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 172 43 101 0 0.75 0.41 0.33 333.02 0.6 0.42
Hex AC 2B 65 0 4B 29 21 14D 3C 2A
Octal 254 53 145 0 113 51 41 515 74 52
Binary 10101100 101011 1100101 0 1001011 101001 100001 101001101 111100 101010

Color Harmonies of #AC2B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B65

Black with #AC2B65

Text Example


Text Example

White with #AC2B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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