Html Css Color HEX #A34A50 Hippie Pink

📋 copy color: '#A34A50'

red 163 ◦ green 74 ◦ blue 80

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

Shades of Hippie Pink #A34A50

Tints of Hippie Pink #A34A50

RGB

 RED value IS 163 (64.06% from 255) = 51.42%

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

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 51.42%
G = 23.34%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A34A50 (or 0xA34A50) is known color: Hippie Pink. HEX triplet: A3, 4A and 50. RGB value is (163,74,80). Sum of RGB (Red+Green+Blue) = 163+74+80=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A50 is #5CB5AF. Grayscale: #656565. Windows color (decimal): -6075824 or 5261987. OLE color: 5261987.

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

Color convert

RGB 163 74 80 -
CMYK 0 0.55 0.51 0.36
HSL 355.96º 0.38% 0.46% -
HSV(B) 355.96º 0.55% 0.64% -
XYZ 19 13.26 9.15 -
YUV 101.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 163 74 80 0 0.55 0.51 0.36 355.96 0.38 0.46
Hex A3 4A 50 0 37 33 24 164 26 2E
Octal 243 112 120 0 67 63 44 544 46 56
Binary 10100011 1001010 1010000 0 110111 110011 100100 101100100 100110 101110

Color Harmonies of #A34A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A50

Black with #A34A50

Text Example


Text Example

White with #A34A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A50; }

 p { color: rgb(163,74,80); }

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

background-color css

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

 a { background-color: rgb(163,74,80); }

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

border-color css

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

 span { border-color: rgb(163,74,80); }

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