Html Css Color HEX #A44A4B Hippie Pink

📋 copy color: '#A44A4B'

red 164 ◦ green 74 ◦ blue 75

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

Shades of Hippie Pink #A44A4B

Tints of Hippie Pink #A44A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 52.4%
G = 23.64%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A44A4B (or 0xA44A4B) is known color: Hippie Pink. HEX triplet: A4, 4A and 4B. RGB value is (164,74,75). Sum of RGB (Red+Green+Blue) = 164+74+75=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A4B is #5BB5B4. Grayscale: #656565. Windows color (decimal): -6010293 or 4934308. OLE color: 4934308.

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

Color convert

RGB 164 74 75 -
CMYK 0 0.55 0.54 0.36
HSL 359.33º 0.38% 0.47% -
HSV(B) 359.33º 0.55% 0.64% -
XYZ 19.03 13.3 8.22 -
YUV 101.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 164 74 75 0 0.55 0.54 0.36 359.33 0.38 0.47
Hex A4 4A 4B 0 37 36 24 167 26 2F
Octal 244 112 113 0 67 66 44 547 46 57
Binary 10100100 1001010 1001011 0 110111 110110 100100 101100111 100110 101111

Color Harmonies of #A44A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A4B

Black with #A44A4B

Text Example


Text Example

White with #A44A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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