Html Css Color HEX #AC465E Hippie Pink

📋 copy color: '#AC465E'

red 172 ◦ green 70 ◦ blue 94

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

Shades of Hippie Pink #AC465E

Tints of Hippie Pink #AC465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 51.19%
G = 20.83%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC465E (or 0xAC465E) is known color: Hippie Pink. HEX triplet: AC, 46 and 5E. RGB value is (172,70,94). Sum of RGB (Red+Green+Blue) = 172+70+94=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC465E is #53B9A1. Grayscale: #676767. Windows color (decimal): -5487010 or 6178476. OLE color: 6178476.

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

Color convert

RGB 172 70 94 -
CMYK 0 0.59 0.45 0.33
HSL 345.88º 0.42% 0.47% -
HSV(B) 345.88º 0.59% 0.67% -
XYZ 21.22 13.96 12.17 -
YUV 103.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 172 70 94 0 0.59 0.45 0.33 345.88 0.42 0.47
Hex AC 46 5E 0 3B 2D 21 15A 2A 2F
Octal 254 106 136 0 73 55 41 532 52 57
Binary 10101100 1000110 1011110 0 111011 101101 100001 101011010 101010 101111

Color Harmonies of #AC465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC465E

Black with #AC465E

Text Example


Text Example

White with #AC465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC465E; }

 p { color: rgb(172,70,94); }

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

background-color css

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

 a { background-color: rgb(172,70,94); }

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

border-color css

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

 span { border-color: rgb(172,70,94); }

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