Html Css Color HEX #AC4265 Rouge

📋 copy color: '#AC4265'

red 172 ◦ green 66 ◦ blue 101

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

Shades of Rouge #AC4265

Tints of Rouge #AC4265

RGB

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

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

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

R = 50.74%
G = 19.47%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC4265 (or 0xAC4265) is known color: Rouge. HEX triplet: AC, 42 and 65. RGB value is (172,66,101). Sum of RGB (Red+Green+Blue) = 172+66+101=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4265 is #53BD9A. Grayscale: #656565. Windows color (decimal): -5488027 or 6636204. OLE color: 6636204.

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

Color convert

RGB 172 66 101 -
CMYK 0 0.62 0.41 0.33
HSL 340.19º 0.45% 0.47% -
HSV(B) 340.19º 0.62% 0.67% -
XYZ 21.31 13.61 13.82 -
YUV 101.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 172 66 101 0 0.62 0.41 0.33 340.19 0.45 0.47
Hex AC 42 65 0 3E 29 21 154 2D 2F
Octal 254 102 145 0 76 51 41 524 55 57
Binary 10101100 1000010 1100101 0 111110 101001 100001 101010100 101101 101111

Color Harmonies of #AC4265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4265

Black with #AC4265

Text Example


Text Example

White with #AC4265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4265; }

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

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

background-color css

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

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

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

border-color css

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

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

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