Html Css Color HEX #A44B4C Hippie Pink

📋 copy color: '#A44B4C'

red 164 ◦ green 75 ◦ blue 76

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

Shades of Hippie Pink #A44B4C

Tints of Hippie Pink #A44B4C

RGB

 RED value IS 164 (64.45% from 255) = 52.06%

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 52.06%
G = 23.81%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A44B4C (or 0xA44B4C) is known color: Hippie Pink. HEX triplet: A4, 4B and 4C. RGB value is (164,75,76). Sum of RGB (Red+Green+Blue) = 164+75+76=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B4C is #5BB4B3. Grayscale: #656565. Windows color (decimal): -6010036 or 5000100. OLE color: 5000100.

HSL color Cylindrical-coordinate representation of color #A44B4C: hue angle of 359.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B4C is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 75 76 -
CMYK 0 0.54 0.54 0.36
HSL 359.33º 0.37% 0.47% -
HSV(B) 359.33º 0.54% 0.64% -
XYZ 19.13 13.45 8.42 -
YUV 101.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 164 75 76 0 0.54 0.54 0.36 359.33 0.37 0.47
Hex A4 4B 4C 0 36 36 24 167 25 2F
Octal 244 113 114 0 66 66 44 547 45 57
Binary 10100100 1001011 1001100 0 110110 110110 100100 101100111 100101 101111

Color Harmonies of #A44B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B4C

Black with #A44B4C

Text Example


Text Example

White with #A44B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B4C; }

 p { color: rgb(164,75,76); }

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

background-color css

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

 a { background-color: rgb(164,75,76); }

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

border-color css

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

 span { border-color: rgb(164,75,76); }

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