Html Css Color HEX #AC4B5E Hippie Pink

📋 copy color: '#AC4B5E'

red 172 ◦ green 75 ◦ blue 94

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

Shades of Hippie Pink #AC4B5E

Tints of Hippie Pink #AC4B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.99%

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

R = 50.44%
G = 21.99%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC4B5E (or 0xAC4B5E) is known color: Hippie Pink. HEX triplet: AC, 4B and 5E. RGB value is (172,75,94). Sum of RGB (Red+Green+Blue) = 172+75+94=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B5E is #53B4A1. Grayscale: #6A6A6A. Windows color (decimal): -5485730 or 6179756. OLE color: 6179756.

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

Color convert

RGB 172 75 94 -
CMYK 0 0.56 0.45 0.33
HSL 348.25º 0.39% 0.48% -
HSV(B) 348.25º 0.56% 0.67% -
XYZ 21.55 14.61 12.27 -
YUV 106.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 172 75 94 0 0.56 0.45 0.33 348.25 0.39 0.48
Hex AC 4B 5E 0 38 2D 21 15C 27 30
Octal 254 113 136 0 70 55 41 534 47 60
Binary 10101100 1001011 1011110 0 111000 101101 100001 101011100 100111 110000

Color Harmonies of #AC4B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B5E

Black with #AC4B5E

Text Example


Text Example

White with #AC4B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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