Html Css Color HEX #AC4260 Rouge

📋 copy color: '#AC4260'

red 172 ◦ green 66 ◦ blue 96

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

Shades of Rouge #AC4260

Tints of Rouge #AC4260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 51.5%
G = 19.76%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC4260 (or 0xAC4260) is known color: Rouge. HEX triplet: AC, 42 and 60. RGB value is (172,66,96). Sum of RGB (Red+Green+Blue) = 172+66+96=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4260 is #53BD9F. Grayscale: #656565. Windows color (decimal): -5488032 or 6308524. OLE color: 6308524.

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

Color convert

RGB 172 66 96 -
CMYK 0 0.62 0.44 0.33
HSL 343.02º 0.45% 0.47% -
HSV(B) 343.02º 0.62% 0.67% -
XYZ 21.07 13.51 12.56 -
YUV 101.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 172 66 96 0 0.62 0.44 0.33 343.02 0.45 0.47
Hex AC 42 60 0 3E 2C 21 157 2D 2F
Octal 254 102 140 0 76 54 41 527 55 57
Binary 10101100 1000010 1100000 0 111110 101100 100001 101010111 101101 101111

Color Harmonies of #AC4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4260

Black with #AC4260

Text Example


Text Example

White with #AC4260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4260; }

 p { color: rgb(172,66,96); }

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

background-color css

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

 a { background-color: rgb(172,66,96); }

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

border-color css

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

 span { border-color: rgb(172,66,96); }

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